Package com.hp.ucmdb.api
Class InvalidCredentialsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.hp.ucmdb.api.UcmdbException
com.hp.ucmdb.api.CommunicationException
com.hp.ucmdb.api.InvalidCredentialsException
- All Implemented Interfaces:
Serializable
Client authentication failed. The most common cause of failure is invalid user name or password.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidCredentialsException
(String message) InvalidCredentialsException
(String message, Throwable cause) -
Method Summary
Methods inherited from class com.hp.ucmdb.api.UcmdbException
addErrorCodeParameter, getErrorCode, getParameters, setErrorCode, setParameters
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidCredentialsException
-
InvalidCredentialsException
-
InvalidCredentialsException
-