com.indexdata.rest.client
Class ResourceConnectionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.indexdata.rest.client.ResourceConnectionException
All Implemented Interfaces:
Serializable

public class ResourceConnectionException
extends Exception

General resource connection exception

Author:
jakub
See Also:
Serialized Form

Constructor Summary
ResourceConnectionException(Exception cause)
           
ResourceConnectionException(String message)
           
ResourceConnectionException(String message, Exception cause)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResourceConnectionException

public ResourceConnectionException(String message,
                                   Exception cause)

ResourceConnectionException

public ResourceConnectionException(String message)

ResourceConnectionException

public ResourceConnectionException(Exception cause)
Method Detail

toString

public String toString()
Overrides:
toString in class Throwable


Copyright © 2012. All Rights Reserved.