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