Class ServiceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.priint.pubserver.exception.PubServerException
com.priint.pubserver.entitydata.service.ServiceException
All Implemented Interfaces:
Serializable

public class ServiceException extends com.priint.pubserver.exception.PubServerException
Exception if a service method fails with no remedy.
See Also:
  • Constructor Details

    • ServiceException

      public ServiceException(String message, Throwable cause, int errorCode, Object caller)
      Parameters:
      message -
      cause -
      errorCode -
      caller -
    • ServiceException

      public ServiceException(String message, Throwable cause)
      Parameters:
      message -
      cause -