Package com.hp.lft.sdk
Class MessageTypeNotSupportedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.hp.lft.sdk.GeneralLeanFtException
com.hp.lft.sdk.MessageTypeNotSupportedException
- All Implemented Interfaces:
Serializable
The exception that is thrown when a not supported message type is received by the runtime engine.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new MessageTypeNotSupportedException.MessageTypeNotSupportedException
(int errorCode, String message) Constructs a new MessageTypeNotSupportedException with the specified detail message and error code.MessageTypeNotSupportedException
(String message) Constructs a new MessageTypeNotSupportedException with the specified detail message. -
Method Summary
Methods inherited from class com.hp.lft.sdk.GeneralLeanFtException
getErrorCode
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MessageTypeNotSupportedException
public MessageTypeNotSupportedException()Constructs a new MessageTypeNotSupportedException. -
MessageTypeNotSupportedException
Constructs a new MessageTypeNotSupportedException with the specified detail message.- Parameters:
message
- the detail message.
-
MessageTypeNotSupportedException
Constructs a new MessageTypeNotSupportedException with the specified detail message and error code.- Parameters:
errorCode
- the error code representing the error that occurred.message
- the detail message.
-