org.jboss.resteasy.client.exception
Class ResteasyClientException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jboss.resteasy.client.exception.ResteasyClientException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ResteasyHttpException, ResteasyIOException

public class ResteasyClientException
extends RuntimeException

Version:
$Revision: 1.1 $ Copyright Jul 28, 2012
Author:
Ron Sigal
See Also:
Serialized Form

Constructor Summary
ResteasyClientException()
           
ResteasyClientException(String message)
           
ResteasyClientException(String message, Throwable cause)
           
ResteasyClientException(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

ResteasyClientException

public ResteasyClientException()

ResteasyClientException

public ResteasyClientException(String message)

ResteasyClientException

public ResteasyClientException(String message,
                               Throwable cause)

ResteasyClientException

public ResteasyClientException(Throwable cause)


Copyright © 2013. All Rights Reserved.