Class NoHostAvailableException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- java.lang.RuntimeException
- 
- org.apache.tinkerpop.gremlin.driver.exception.NoHostAvailableException
 
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class NoHostAvailableException extends RuntimeException - See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description NoHostAvailableException()NoHostAvailableException(String message)NoHostAvailableException(Throwable ex)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ThrowablefillInStackTrace()- 
Methods inherited from class java.lang.ThrowableaddSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Method Detail- 
fillInStackTracepublic Throwable fillInStackTrace() - Overrides:
- fillInStackTracein class- Throwable
 
 
- 
 
-