Package com.hp.lft.sdk.ai
Class InvalidClassNameException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.hp.lft.sdk.GeneralLeanFtException
com.hp.lft.sdk.ai.InvalidClassNameException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new InvalidClassNameException.InvalidClassNameException(int errorCode, String message) Constructs a new InvalidClassNameException with the specified detail message and error code.InvalidClassNameException(String message) Constructs a new InvalidClassNameException with the specified detail message. -
Method Summary
Methods inherited from class com.hp.lft.sdk.GeneralLeanFtException
getErrorCodeMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidClassNameException
public InvalidClassNameException()Constructs a new InvalidClassNameException. -
InvalidClassNameException
Constructs a new InvalidClassNameException with the specified detail message.- Parameters:
message- the detail message.
-
InvalidClassNameException
Constructs a new InvalidClassNameException with the specified detail message and error code.- Parameters:
errorCode- the error code representing the error that occurred.message- the detail message.
-