Class UndeterminedStateException

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    ConnectionException, EppClientException, UnrecoverableStateException

    public class UndeterminedStateException
    extends java.lang.Exception
    Base exception class for all instances when the action performed fails before we can determine the state of the result, meaning the status is recorded as ERROR.
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

      • UndeterminedStateException

        public UndeterminedStateException​(java.lang.String msg)
      • UndeterminedStateException

        public UndeterminedStateException​(java.lang.Throwable e)