Class InvocationBadArgumentException

All Implemented Interfaces:
Serializable

public class InvocationBadArgumentException extends InternalServiceException
Thrown if the service argument validation failed.
See Also:
  • Constructor Details

    • InvocationBadArgumentException

      public InvocationBadArgumentException()
    • InvocationBadArgumentException

      public InvocationBadArgumentException(String message)
    • InvocationBadArgumentException

      public InvocationBadArgumentException(Throwable cause)
    • InvocationBadArgumentException

      public InvocationBadArgumentException(String message, Throwable cause)