Package com.hp.lft.sdk
Class EmptySessionIdException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.hp.lft.sdk.GeneralLeanFtException
com.hp.lft.sdk.EmptySessionIdException
- All Implemented Interfaces:
- Serializable
The exception that is thrown when an empty session ID is received from the server.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionConstructs a new EmptySessionIdExceptionEmptySessionIdException(int errorCode, String message) Constructs a new EmptySessionIdException with a specified detail message and error code.EmptySessionIdException(String message) Constructs a new EmptySessionIdException with a 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- 
EmptySessionIdExceptionpublic EmptySessionIdException()Constructs a new EmptySessionIdException
- 
EmptySessionIdExceptionConstructs a new EmptySessionIdException with a specified detail message.- Parameters:
- message- the detail message.
 
- 
EmptySessionIdExceptionConstructs a new EmptySessionIdException with a specified detail message and error code.- Parameters:
- errorCode- the error code representing the error that occurred.
- message- the detail message.
 
 
-