Class ServiceException

All Implemented Interfaces:
Serializable

public class ServiceException extends RuntimeException
Base Exception of Service Exceptions.
Author:
David Caruana
See Also:
  • Constructor Details

    • ServiceException

      public ServiceException(String msg)
    • ServiceException

      public ServiceException(String msg, Throwable cause)