Package org.openiam.exception.data
Class IdentityAnswerNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.openiam.exception.data.IdentityAnswerNotFoundException
-
- All Implemented Interfaces:
Serializable
public class IdentityAnswerNotFoundException extends RuntimeException
Exception that is thrown when an IdentityAnswer is not found.- Author:
- Suneet Shah
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IdentityAnswerNotFoundException()
IdentityAnswerNotFoundException(String msg)
IdentityAnswerNotFoundException(String msg, Throwable ex)
IdentityAnswerNotFoundException(Throwable ex)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-