Package net.solarnetwork.central
Class RemoteServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.solarnetwork.central.RemoteServiceException
- All Implemented Interfaces:
Serializable
Exception thrown when interacting with a remote service.
- Since:
- 1.36
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRemoteServiceException(String message) Construct with a message.RemoteServiceException(String message, Throwable cause) Construct with a message and nested exception.RemoteServiceException(Throwable cause) 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
-
RemoteServiceException
Construct with a message.- Parameters:
message- the message
-
RemoteServiceException
Construct with a nested exception.- Parameters:
cause- the cause
-
RemoteServiceException
Construct with a message and nested exception.- Parameters:
message- the messagecause- the cause
-