Class UnknownEmailException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- pl.edu.icm.unity.exceptions.RuntimeEngineException
-
- pl.edu.icm.unity.engine.api.identity.UnknownEmailException
-
- All Implemented Interfaces:
Serializable
public class UnknownEmailException extends RuntimeEngineException
Thrown when email value is unknown- Author:
- P.Piernik z
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnknownEmailException(String msg)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UnknownEmailException
public UnknownEmailException(String msg)
-
-