Package com.hp.lft.sdk
Class GeneralServerErrorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.hp.lft.sdk.GeneralLeanFtException
com.hp.lft.sdk.GeneralServerErrorException
- All Implemented Interfaces:
- Serializable
Represent general errors that occur on the runtime engine side.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionConstructs a new GeneralServerErrorException.GeneralServerErrorException(int errorCode, String message) Constructs a new GeneralServerErrorException with the specified detail message and error code.GeneralServerErrorException(String message) Constructs a new GeneralServerErrorException 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- 
GeneralServerErrorExceptionpublic GeneralServerErrorException()Constructs a new GeneralServerErrorException.
- 
GeneralServerErrorExceptionConstructs a new GeneralServerErrorException with the specified detail message.- Parameters:
- message- the detail message.
 
- 
GeneralServerErrorExceptionConstructs a new GeneralServerErrorException with the specified detail message and error code.- Parameters:
- errorCode- the error code representing the error that occurred.
- message- the detail message.
 
 
-