Package org.serviceconnector.cmd
Class SCMPValidatorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.serviceconnector.scmp.HasFaultResponseException
org.serviceconnector.cmd.SCMPValidatorException
- All Implemented Interfaces:
Serializable
The Class SCMPValidatorException. Occurs when validation of a request fails.
- Author:
- JTraber
- See Also:
-
Field Summary
Fields inherited from class org.serviceconnector.scmp.HasFaultResponseException
fault -
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new sCMP validator exception.SCMPValidatorException(String info) Instantiates a new sCMP validator exception.SCMPValidatorException(SCMPError error, String additionalInfo) Instantiates a new sCMP validator exception. -
Method Summary
Methods inherited from class org.serviceconnector.scmp.HasFaultResponseException
setAttribute, setFaultResponse, setMessageType, setMessageType, setSessionIdAndServiceName, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
SCMPValidatorException
public SCMPValidatorException()Instantiates a new sCMP validator exception. -
SCMPValidatorException
Instantiates a new sCMP validator exception.- Parameters:
info- the info
-
SCMPValidatorException
Instantiates a new sCMP validator exception.- Parameters:
error- the erroradditionalInfo- the additional info
-