Class TransientException

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    CertificateNotReadyException, ParentHostUnavailableException

    public abstract class TransientException
    extends java.lang.RuntimeException
    A provisioning exception that is considered transient. Exceptions that we expect to recover from after a short duration should extend this. Throwing a subclass of this indicates that the operation can safely be retried.
    Author:
    mpolden
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      TransientException​(java.lang.String message)  
      TransientException​(java.lang.String message, java.lang.Throwable cause)  
    • 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

      • TransientException

        public TransientException​(java.lang.String message)
      • TransientException

        public TransientException​(java.lang.String message,
                                  java.lang.Throwable cause)