Package org.molgenis.security.account
Class EmailAlreadyExistsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.molgenis.security.account.EmailAlreadyExistsException
-
- All Implemented Interfaces:
Serializable
@Deprecated public class EmailAlreadyExistsException extends Exception
Deprecated.use class that extends fromCodedRuntimeException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EmailAlreadyExistsException()Deprecated.EmailAlreadyExistsException(String message)Deprecated.EmailAlreadyExistsException(String message, Throwable cause)Deprecated.EmailAlreadyExistsException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)Deprecated.EmailAlreadyExistsException(Throwable cause)Deprecated.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
EmailAlreadyExistsException
public EmailAlreadyExistsException()
Deprecated.
-
EmailAlreadyExistsException
public EmailAlreadyExistsException(String message)
Deprecated.
-
EmailAlreadyExistsException
public EmailAlreadyExistsException(Throwable cause)
Deprecated.
-
EmailAlreadyExistsException
public EmailAlreadyExistsException(String message, Throwable cause)
Deprecated.
-
-