Package net.solarnetwork.service
Class OptionalServiceNotAvailableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.solarnetwork.service.OptionalServiceNotAvailableException
- All Implemented Interfaces:
Serializable
Exception thrown when an optional service is not available.
- Since:
- 2.0
- Version:
- 1.0
- Author:
- matt
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstruct with a message.OptionalServiceNotAvailableException(String message, Throwable cause) Construct with a message and nested exception.Construct with a nested exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OptionalServiceNotAvailableException
Construct with a message.- Parameters:
message- the message
-
OptionalServiceNotAvailableException
Construct with a nested exception.- Parameters:
cause- the cause
-
OptionalServiceNotAvailableException
Construct with a message and nested exception.- Parameters:
message- the messagecause- the cause
-