Class InternalServiceException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvocationBadArgumentException, ResourceNotFoundException

public class InternalServiceException extends ServiceInvocationException
Thrown if the service itself has thrown an exception.
See Also:
  • Constructor Details

    • InternalServiceException

      public InternalServiceException()
    • InternalServiceException

      public InternalServiceException(String message)
    • InternalServiceException

      public InternalServiceException(Throwable cause)
    • InternalServiceException

      public InternalServiceException(String message, Throwable cause)