org.apache.wink.client
Class ClientAuthenticationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.wink.client.ClientRuntimeException
org.apache.wink.client.ClientAuthenticationException
- All Implemented Interfaces:
- java.io.Serializable
public class ClientAuthenticationException
- extends ClientRuntimeException
A clientruntime exception thrown for security authentication related
exceptions.
- 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 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ClientAuthenticationException
public ClientAuthenticationException()
ClientAuthenticationException
public ClientAuthenticationException(java.lang.String message)
ClientAuthenticationException
public ClientAuthenticationException(java.lang.String message,
java.lang.Throwable cause)
ClientAuthenticationException
public ClientAuthenticationException(java.lang.Throwable cause)
Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.