Class CoreServiceException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SchedulerServiceException

public class CoreServiceException extends RuntimeException
The Class CoreServiceException.

Created: 2008. 01. 07 AM 3:35:55

See Also:
  • Constructor Details

    • CoreServiceException

      public CoreServiceException()
      Simple constructor
    • CoreServiceException

      public CoreServiceException(String msg)
      Constructor to create exception with a message.
      Parameters:
      msg - a message to associate with the exception
    • CoreServiceException

      public CoreServiceException(Throwable cause)
      Constructor to create exception to wrap another exception.
      Parameters:
      cause - the real cause of the exception
    • CoreServiceException

      public CoreServiceException(String msg, Throwable cause)
      Constructor to create exception to wrap another exception and pass a message.
      Parameters:
      msg - the detail message
      cause - the real cause of the exception