Class RegistrationFailedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.openknowledge.authentication.domain.registration.RegistrationFailedException
-
- All Implemented Interfaces:
Serializable
public class RegistrationFailedException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RegistrationFailedException(UserCreationFailedException e)RegistrationFailedException(String username)RegistrationFailedException(Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetStatus()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
RegistrationFailedException
public RegistrationFailedException(String username)
-
RegistrationFailedException
public RegistrationFailedException(UserCreationFailedException e)
-
RegistrationFailedException
public RegistrationFailedException(Throwable cause)
-
-
Method Detail
-
getStatus
public Integer getStatus()
-
-