net.netheos.pcsapi.exceptions
Class CAuthenticationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.netheos.pcsapi.exceptions.CStorageException
                  extended by net.netheos.pcsapi.exceptions.CHttpException
                      extended by net.netheos.pcsapi.exceptions.CAuthenticationException
All Implemented Interfaces:
Serializable

public class CAuthenticationException
extends CHttpException

http 401 error.

See Also:
Serialized Form

Constructor Summary
CAuthenticationException(String message, CResponse response)
           
 
Method Summary
 
Methods inherited from class net.netheos.pcsapi.exceptions.CHttpException
getRequestMethod, getRequestUri, getStatus, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CAuthenticationException

public CAuthenticationException(String message,
                                CResponse response)


Copyright © 2014. All Rights Reserved.