com.shephertz.app42.paas.sdk.java
Class App42SecurityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.shephertz.app42.paas.sdk.java.App42Exception
com.shephertz.app42.paas.sdk.java.App42SecurityException
- All Implemented Interfaces:
- java.io.Serializable
public class App42SecurityException
- extends App42Exception
Security Exception thrown when the API-KEY, SECRET-KEY, Signature is incorrect or
the client is not authorized to make the call.
This maps to the 401 Http error code
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
App42SecurityException
public App42SecurityException()
App42SecurityException
public App42SecurityException(java.lang.String detailMessage)
- Parameters:
detailMessage
-
App42SecurityException
public App42SecurityException(java.lang.Throwable throwable)
- Parameters:
throwable
-
App42SecurityException
public App42SecurityException(java.lang.String detailMessage,
java.lang.Throwable throwable)
- Parameters:
detailMessage
- throwable
-
App42SecurityException
public App42SecurityException(java.lang.String detailMessage,
int httpErrorCode,
int appErrorCode)
- Parameters:
detailMessage
- httpErrorCode
- appErrorCode
-
App42SecurityException
public App42SecurityException(int httpErrorCode,
int appErrorCode)
- Parameters:
httpErrorCode
- appErrorCode
-