Package io.continual.iam.exceptions
Class IamSvcException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- io.continual.iam.exceptions.IamSvcException
-
- All Implemented Interfaces:
Serializable
public class IamSvcException extends Exception
An exception that signals service failure (as opposed to access denied, etc.)- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IamSvcException(String msg)IamSvcException(String msg, Throwable t)IamSvcException(Throwable t)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-