Package i5.las2peer.api.execution
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
Represents an exception during a service invocation.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionServiceInvocationException(String message) ServiceInvocationException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ServiceInvocationException
public ServiceInvocationException() -
ServiceInvocationException
-
ServiceInvocationException
-
ServiceInvocationException
-