Package i5.las2peer.api.execution
Class InvocationBadArgumentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
i5.las2peer.api.execution.ServiceInvocationException
i5.las2peer.api.execution.InternalServiceException
i5.las2peer.api.execution.InvocationBadArgumentException
- All Implemented Interfaces:
java.io.Serializable
public class InvocationBadArgumentException extends InternalServiceException
Thrown if the service argument validation failed.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description InvocationBadArgumentException()
InvocationBadArgumentException(java.lang.String message)
InvocationBadArgumentException(java.lang.String message, java.lang.Throwable cause)
InvocationBadArgumentException(java.lang.Throwable cause)
-
Method Summary
-
Constructor Details
-
InvocationBadArgumentException
public InvocationBadArgumentException() -
InvocationBadArgumentException
public InvocationBadArgumentException(java.lang.String message) -
InvocationBadArgumentException
public InvocationBadArgumentException(java.lang.Throwable cause) -
InvocationBadArgumentException
public InvocationBadArgumentException(java.lang.String message, java.lang.Throwable cause)
-