Class ServiceInvocationFailedException

All Implemented Interfaces:
Serializable

public class ServiceInvocationFailedException extends ServiceInvocationException
Thrown if the service invocation failed for some reason.
See Also:
  • Constructor Details

    • ServiceInvocationFailedException

      public ServiceInvocationFailedException()
    • ServiceInvocationFailedException

      public ServiceInvocationFailedException(String message)
    • ServiceInvocationFailedException

      public ServiceInvocationFailedException(Throwable cause)
    • ServiceInvocationFailedException

      public ServiceInvocationFailedException(String message, Throwable cause)