Package org.wicketstuff.security.actions
Class RegistrationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.wicketstuff.security.actions.RegistrationException
- All Implemented Interfaces:
Serializable
Exception throw when there is a problem registering a new action. See the cause for more
information.
- Author:
- marrink
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRegistrationException(String message) RegistrationException(String message, Throwable cause) RegistrationException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RegistrationException
- Parameters:
message-
-
RegistrationException
- Parameters:
cause-
-
RegistrationException
- Parameters:
message-cause-
-