Class ServiceException

All Implemented Interfaces:
Serializable

public class ServiceException extends BaseException
Exception thrown when an error occurs in a configuration administrative class
See Also:
  • Constructor Details

    • ServiceException

      public ServiceException(String message)
      Create a new AdminException.
      Parameters:
      message - The error or warning message.
    • ServiceException

      public ServiceException(String message, BaseException deeperException)