Package net.solarnetwork.service
Class DynamicServiceUnavailableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.solarnetwork.service.DynamicServiceUnavailableException
- All Implemented Interfaces:
Serializable
Exception thrown when a dynamic service is not available.
- Version:
- 1.0
- Author:
- matt
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.DynamicServiceUnavailableException(String message) Constructor.DynamicServiceUnavailableException(String message, Throwable cause) Constructor.Constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DynamicServiceUnavailableException
public DynamicServiceUnavailableException()Default constructor. -
DynamicServiceUnavailableException
Constructor.- Parameters:
message- the messagecause- the source exception
-
DynamicServiceUnavailableException
Constructor.- Parameters:
message- the message
-
DynamicServiceUnavailableException
Constructor.- Parameters:
cause- the source exception
-