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
ConstructorsConstructorDescriptionServiceException(String message) Creates aServiceExceptionwith specified messageServiceException(String message, Throwable cause) Creates aServiceExceptionwith specified message and causeServiceException(Throwable cause) Creates aServiceExceptionwith 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 aServiceExceptionwith specified message and cause- Parameters:
message- the error messagecause- the error cause
-
ServiceException
Creates aServiceExceptionwith specified message- Parameters:
message- the error message
-
ServiceException
Creates aServiceExceptionwith specified cause- Parameters:
cause- the error cause
-