org.apache.wink.client
Class ClientAuthenticationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.wink.client.ClientRuntimeException
                  extended by org.apache.wink.client.ClientAuthenticationException
All Implemented Interfaces:
Serializable

public class ClientAuthenticationException
extends ClientRuntimeException

A clientruntime exception thrown for security authentication related exceptions.

See Also:
Serialized Form

Constructor Summary
ClientAuthenticationException()
           
ClientAuthenticationException(String message)
           
ClientAuthenticationException(String message, Throwable cause)
           
ClientAuthenticationException(Throwable cause)
           
 
Method Summary
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClientAuthenticationException

public ClientAuthenticationException()

ClientAuthenticationException

public ClientAuthenticationException(String message)

ClientAuthenticationException

public ClientAuthenticationException(String message,
                                     Throwable cause)

ClientAuthenticationException

public ClientAuthenticationException(Throwable cause)


Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.