Package org.gcube.common.iam
Class D4ScienceIAMClientException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.gcube.common.iam.D4ScienceIAMClientException
-
- All Implemented Interfaces:
Serializable
public class D4ScienceIAMClientException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description D4ScienceIAMClientException(String message, Throwable cause)D4ScienceIAMClientException(Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetContentType()StringgetResponseString()intgetStatus()booleanhasJSONPayload()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-