Package org.serviceconnector.cmd
Class SCMPCommandException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.serviceconnector.scmp.HasFaultResponseException
org.serviceconnector.cmd.SCMPCommandException
- All Implemented Interfaces:
Serializable
The Class SCMPCommandException. Occurs when processing a command fails.
- Author:
- JTraber
- See Also:
-
Field Summary
Fields inherited from class org.serviceconnector.scmp.HasFaultResponseException
fault -
Constructor Summary
ConstructorsConstructorDescriptionSCMPCommandException(SCMPError error, String additionalInfo) Instantiates a new SCMP command 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
-
SCMPCommandException
Instantiates a new SCMP command exception.- Parameters:
error- the erroradditionalInfo- the additional info
-