org.apache.wink.client
Class ClientRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.wink.client.ClientRuntimeException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ClientAuthenticationException, ClientWebException
public class ClientRuntimeException
- extends RuntimeException
Exception used to indicate runtime exception during client invocations
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ClientRuntimeException
public ClientRuntimeException()
ClientRuntimeException
public ClientRuntimeException(String message,
Throwable cause)
ClientRuntimeException
public ClientRuntimeException(String message)
ClientRuntimeException
public ClientRuntimeException(Throwable cause)
Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.