Class RegistrationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.wicketstuff.security.actions.RegistrationException
All Implemented Interfaces:
Serializable

public class RegistrationException extends Exception
Exception throw when there is a problem registering a new action. See the cause for more information.
Author:
marrink
See Also:
  • Constructor Details

    • RegistrationException

      public RegistrationException(String message)
      Parameters:
      message -
    • RegistrationException

      public RegistrationException(Throwable cause)
      Parameters:
      cause -
    • RegistrationException

      public RegistrationException(String message, Throwable cause)
      Parameters:
      message -
      cause -