Package chemaxon.marvin.services
Class ServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
chemaxon.marvin.services.ServiceException
- All Implemented Interfaces:
Serializable
Exception
for failure indication for services.- Since:
- 5.6
- See Also:
-
Constructor Summary
ConstructorDescriptionServiceException
(String message) Creates aServiceException
with specified messageServiceException
(String message, Throwable cause) Creates aServiceException
with specified message and causeServiceException
(Throwable cause) Creates aServiceException
with specified 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
-
ServiceException
Creates aServiceException
with specified message and cause- Parameters:
message
- the error messagecause
- the error cause
-
ServiceException
Creates aServiceException
with specified message- Parameters:
message
- the error message
-
ServiceException
Creates aServiceException
with specified cause- Parameters:
cause
- the error cause
-