Class ServiceInvocationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
i5.las2peer.api.execution.ServiceInvocationException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InternalServiceException, ServiceAccessDeniedException, ServiceInvocationFailedException, ServiceMethodNotFoundException, ServiceNotAuthorizedException, ServiceNotAvailableException, ServiceNotFoundException

public class ServiceInvocationException extends Exception
Represents an exception during a service invocation.
See Also:
  • Constructor Details

    • ServiceInvocationException

      public ServiceInvocationException()
    • ServiceInvocationException

      public ServiceInvocationException(String message)
    • ServiceInvocationException

      public ServiceInvocationException(Throwable cause)
    • ServiceInvocationException

      public ServiceInvocationException(String message, Throwable cause)