This project has retired. For details please refer to its
        
        Attic page.
      
org.apache.wink.client
Class ClientRuntimeException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           java.lang.RuntimeException
java.lang.RuntimeException
               org.apache.wink.client.ClientRuntimeException
org.apache.wink.client.ClientRuntimeException
- All Implemented Interfaces: 
- java.io.Serializable
- Direct Known Subclasses: 
- ClientWebException
- public class ClientRuntimeException 
- extends java.lang.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 | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
ClientRuntimeException
public ClientRuntimeException()
ClientRuntimeException
public ClientRuntimeException(java.lang.String message,
                              java.lang.Throwable cause)
ClientRuntimeException
public ClientRuntimeException(java.lang.String message)
ClientRuntimeException
public ClientRuntimeException(java.lang.Throwable cause)
Copyright © 2009 The Apache Software Foundation. All Rights Reserved.