Class DefaultTemporaryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.tinkerpop.gremlin.server.util.DefaultTemporaryException
- All Implemented Interfaces:
Serializable,TemporaryException
This is a default
TemporaryException implementation that server implementers could use if they wished
to indicate retry operations to the client. It is an overly simple class meant more for testing than be extended and
providers are encouraged to tag their own exceptions more directly with the TemporaryException interface
or to develop their own.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultTemporaryException(String message) DefaultTemporaryException(String message, Throwable cause) DefaultTemporaryException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DefaultTemporaryException
public DefaultTemporaryException() -
DefaultTemporaryException
-
DefaultTemporaryException
-
DefaultTemporaryException
-
DefaultTemporaryException
-