Package com.yahoo.config.provision
Class TransientException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.yahoo.config.provision.TransientException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
CertificateNotReadyException
,LoadBalancerServiceException
,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)
-