Class SCMPFrameDecoderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.serviceconnector.scmp.HasFaultResponseException
org.serviceconnector.net.res.netty.SCMPFrameDecoderException
- All Implemented Interfaces:
Serializable
The Class SCMPFrameDecoderException. Decoding SCMP frame fails.
- Author:
- JTraber
- See Also:
-
Field Summary
Fields inherited from class org.serviceconnector.scmp.HasFaultResponseException
fault -
Constructor Summary
ConstructorsConstructorDescriptionSCMPFrameDecoderException(SCMPError errorCode) Instantiates a new SCMPFrameDecoderException. -
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
-
SCMPFrameDecoderException
Instantiates a new SCMPFrameDecoderException.- Parameters:
errorCode- the error code
-