Class UnavailableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jdrupes.builder.api.BuildException
org.jdrupes.builder.api.UnavailableException
- All Implemented Interfaces:
Serializable
Exception thrown when a requested resource is unavailable.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class BuildException
BuildException.Reason -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class BuildException
cause, detail, details, from, getMessage, message, origin, reasonMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnavailableException
public UnavailableException()Initializes a new unavailable exception.
-