Package com.dnanexus.exceptions
Class OrgExpiredException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.dnanexus.exceptions.DXAPIException
-
- com.dnanexus.exceptions.OrgExpiredException
-
- All Implemented Interfaces:
Serializable
public class OrgExpiredException extends DXAPIException
The organization that would be billed for this action has expired.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OrgExpiredException(String message, int statusCode)Creates aOrgExpiredExceptionwith the specified message and HTTP status code.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtoString()-
Methods inherited from class com.dnanexus.exceptions.DXAPIException
getInstance, getStatusCode
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Constructor Detail
-
OrgExpiredException
public OrgExpiredException(String message, int statusCode)
Creates aOrgExpiredExceptionwith the specified message and HTTP status code.
-
-
Method Detail
-
toString
public String toString()
- Overrides:
toStringin classDXAPIException
-
-