Package io.jans.scim.exception
Class DuplicateEmailException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- io.jans.scim.exception.DuplicateEmailException
-
- All Implemented Interfaces:
Serializable
public class DuplicateEmailException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DuplicateEmailException(String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getMessage()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
DuplicateEmailException
public DuplicateEmailException(String message)
-
-
Method Detail
-
getMessage
public String getMessage()
- Overrides:
getMessage
in classThrowable
-
-