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