|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.ibm.datapower.wamt.DMgrException
com.ibm.datapower.wamt.amp.AMPException
com.ibm.datapower.wamt.amp.InvalidCredentialsException
public class InvalidCredentialsException
The device userid and password supplied inside a DeviceContext
parameter were not accepted by the device.
The caller who instantiates this object should put any information from the
device regarding its error into the message
member of this
class.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT_2009_2010
|
Fields inherited from class com.ibm.datapower.wamt.amp.AMPException |
---|
COPYRIGHT_20092010 |
Constructor Summary | |
---|---|
InvalidCredentialsException()
Create an exception with no message and no cause. |
|
InvalidCredentialsException(java.lang.String message)
Create an exception with a message but with no chained cause. |
|
InvalidCredentialsException(java.lang.String message,
java.lang.String msgKey)
Create an exception with a message and NLS attributes, but with no chained cause. |
|
InvalidCredentialsException(java.lang.String message,
java.lang.String msgKey,
java.lang.Object msgParm)
Create an exception with a message and NLS attributes, but with no chained cause. |
|
InvalidCredentialsException(java.lang.String message,
java.lang.String msgKey,
java.lang.Object[] msgParms)
Create an exception with a message and NLS attributes, but with no chained cause. |
|
InvalidCredentialsException(java.lang.String message,
java.lang.Throwable cause)
Create an exception with a message and a chained cause. |
|
InvalidCredentialsException(java.lang.String message,
java.lang.Throwable cause,
java.lang.String msgKey)
Create an exception with a message, NLS attributes and a chained cause. |
|
InvalidCredentialsException(java.lang.String message,
java.lang.Throwable cause,
java.lang.String msgKey,
java.lang.Object msgParm)
Create an exception with a message, NLS attributes and a chained cause. |
|
InvalidCredentialsException(java.lang.String message,
java.lang.Throwable cause,
java.lang.String msgKey,
java.lang.Object[] msgParms)
Create an exception with a message, NLS attributes and a chained cause. |
|
InvalidCredentialsException(java.lang.Throwable cause)
Create an exception with a chained cause and no message. |
Method Summary |
---|
Methods inherited from class com.ibm.datapower.wamt.DMgrException |
---|
getMessage, getMessageExplanation, getMessageExplanation, getMessageUseraction, getMessageUseraction |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String COPYRIGHT_2009_2010
Constructor Detail |
---|
public InvalidCredentialsException()
InvalidCredentialsException(String)
,
InvalidCredentialsException(Throwable)
,
InvalidCredentialsException(String, Throwable)
public InvalidCredentialsException(java.lang.String message)
message
- a string that provides some explanation/description of the
exceptionInvalidCredentialsException(Throwable)
,
InvalidCredentialsException(String, Throwable)
public InvalidCredentialsException(java.lang.String message, java.lang.String msgKey, java.lang.Object[] msgParms)
message
- a string that provides some explanation/description of the
exception. This message should have already been localized for the
jvm's locale, if possible.msgKey
- a string giving the key of the NLS enabled message to be
used with the exception.msgParms
- an Object[] that gives the attributes to be used with
msgKeypublic InvalidCredentialsException(java.lang.String message, java.lang.String msgKey, java.lang.Object msgParm)
message
- a string that provides some explanation/description of the
exception. This message should have already been localized for the
jvm's locale, if possible.msgKey
- a string giving the key of the NLS enabled message to be
used with the exception.msgParm
- an Object that gives the attributes to be used with msgKeypublic InvalidCredentialsException(java.lang.String message, java.lang.String msgKey)
message
- a string that provides some explanation/description of the
exception. This message should have already been localized for the
jvm's locale, if possible.msgKey
- a string giving the key of the NLS enabled message to be
used with the exception.public InvalidCredentialsException(java.lang.String message, java.lang.Throwable cause)
message
- string that provides some explanation/description of the
exceptioncause
- a reference to another exception that occurred at a lower
level which is the cause for this higher-level exception.InvalidCredentialsException(String)
,
InvalidCredentialsException(Throwable)
public InvalidCredentialsException(java.lang.String message, java.lang.Throwable cause, java.lang.String msgKey, java.lang.Object[] msgParms)
message
- string that provides some explanation/description of the
exception. This message should have already been localized for the
jvm's locale, if possible.cause
- a reference to another exception that occurred at a lower
level which is the cause for this higher-level exception.msgKey
- a string giving the key of the NLS enabled message to be
used with the exception.msgParms
- an Object[] that gives the attributes to be used with
msgKeypublic InvalidCredentialsException(java.lang.String message, java.lang.Throwable cause, java.lang.String msgKey, java.lang.Object msgParm)
message
- string that provides some explanation/description of the
exception. This message should have already been localized for the
jvm's locale, if possible.cause
- a reference to another exception that occurred at a lower
level which is the cause for this higher-level exception.msgKey
- a string giving the key of the NLS enabled message to be
used with the exception.msgParm
- an Object that gives the attribute to be used with msgKeypublic InvalidCredentialsException(java.lang.String message, java.lang.Throwable cause, java.lang.String msgKey)
message
- string that provides some explanation/description of the
exception. This message should have already been localized for the
jvm's locale, if possible.cause
- a reference to another exception that occurred at a lower
level which is the cause for this higher-level exception.msgKey
- a string giving the key of the NLS enabled message to be
used with the exception.public InvalidCredentialsException(java.lang.Throwable cause)
cause
- a reference to another exception that occurred at a lower
level which is the cause for this higher-level exception.InvalidCredentialsException(String)
,
InvalidCredentialsException(String, Throwable)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |