Package io.continual.iam.exceptions
Class IamBadRequestException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- io.continual.iam.exceptions.IamBadRequestException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
IamGroupDoesNotExist,IamGroupExists,IamIdentityDoesNotExist,IamIdentityExists
public class IamBadRequestException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IamBadRequestException(String msg)IamBadRequestException(String msg, Throwable t)IamBadRequestException(Throwable t)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-