com.shephertz.app42.paas.sdk.java
Class App42SecurityException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.shephertz.app42.paas.sdk.java.App42Exception
                  extended by 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

Constructor Summary
App42SecurityException()
           
App42SecurityException(int httpErrorCode, int appErrorCode)
           
App42SecurityException(java.lang.String detailMessage)
           
App42SecurityException(java.lang.String detailMessage, int httpErrorCode, int appErrorCode)
           
App42SecurityException(java.lang.String detailMessage, java.lang.Throwable throwable)
           
App42SecurityException(java.lang.Throwable throwable)
           
 
Method Summary
 
Methods inherited from class com.shephertz.app42.paas.sdk.java.App42Exception
getAppErrorCode, getHttpErrorCode, setAppErrorCode, setHttpErrorCode
 
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
 

Constructor Detail

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 -