Class ServiceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
chemaxon.marvin.services.ServiceException
All Implemented Interfaces:
Serializable

@PublicAPI public class ServiceException extends Exception
Exception for failure indication for services.
Since:
5.6
See Also:
  • Constructor Details

    • ServiceException

      public ServiceException(String message, Throwable cause)
      Creates a ServiceException with specified message and cause
      Parameters:
      message - the error message
      cause - the error cause
    • ServiceException

      public ServiceException(String message)
      Creates a ServiceException with specified message
      Parameters:
      message - the error message
    • ServiceException

      public ServiceException(Throwable cause)
      Creates a ServiceException with specified cause
      Parameters:
      cause - the error cause