Class DefaultTemporaryException

  • All Implemented Interfaces:
    Serializable, org.apache.tinkerpop.gremlin.structure.util.TemporaryException

    public final class DefaultTemporaryException
    extends Exception
    implements org.apache.tinkerpop.gremlin.structure.util.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:
    Serialized Form
    • Constructor Detail

      • DefaultTemporaryException

        public DefaultTemporaryException()
      • DefaultTemporaryException

        public DefaultTemporaryException​(String message)
      • DefaultTemporaryException

        public DefaultTemporaryException​(String message,
                                         Throwable cause)
      • DefaultTemporaryException

        public DefaultTemporaryException​(Throwable cause)
      • DefaultTemporaryException

        public DefaultTemporaryException​(String message,
                                         Throwable cause,
                                         boolean enableSuppression,
                                         boolean writableStackTrace)