com.ecwid.consul
Class ConsulException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.ecwid.consul.ConsulException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
OperationException, TransportException

public class ConsulException
extends java.lang.RuntimeException

Base exception for any consul errors

See Also:
Serialized Form

Constructor Summary
ConsulException()
           
ConsulException(java.lang.String message)
           
ConsulException(java.lang.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

ConsulException

public ConsulException()

ConsulException

public ConsulException(java.lang.Throwable cause)

ConsulException

public ConsulException(java.lang.String message)