Package com.hp.lft.sdk
Class InvalidMessageFieldException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.hp.lft.sdk.GeneralLeanFtException
com.hp.lft.sdk.InvalidMessageFieldException
- All Implemented Interfaces:
- Serializable
The exception that is thrown when a message with an invalid field value is received by the runtime engine.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionConstructs a new InvalidMessageFieldException.InvalidMessageFieldException(int errorCode, String message) Constructs a new InvalidMessageFieldException with the specified detail message and error code.InvalidMessageFieldException(String message) Constructs a new InvalidMessageFieldException with the specified detail message.
- 
Method SummaryMethods inherited from class com.hp.lft.sdk.GeneralLeanFtExceptiongetErrorCodeMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
InvalidMessageFieldExceptionpublic InvalidMessageFieldException()Constructs a new InvalidMessageFieldException.
- 
InvalidMessageFieldExceptionConstructs a new InvalidMessageFieldException with the specified detail message.- Parameters:
- message- the detail message.
 
- 
InvalidMessageFieldExceptionConstructs a new InvalidMessageFieldException with the specified detail message and error code.- Parameters:
- errorCode- the error code representing the error that occurred.
- message- the detail message.
 
 
-