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
ConstructorsConstructorDescriptionDynamicServiceUnavailableException(String message) DynamicServiceUnavailableException(String message, Throwable cause) -
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() -
DynamicServiceUnavailableException
-
DynamicServiceUnavailableException
-
DynamicServiceUnavailableException
-