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:
  • Constructor Details

    • IamBadRequestException

      public IamBadRequestException(String msg)
    • IamBadRequestException

      public IamBadRequestException(Throwable t)
    • IamBadRequestException

      public IamBadRequestException(String msg, Throwable t)