|
|||||||||||
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.cics.core.comm.ConnectionException
com.ibm.cics.core.comm.AuthenticationException
public class AuthenticationException
A ConnectionException
representing a problem with the credentials used to authenticate the current user.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.ibm.cics.core.comm.ConnectionException |
---|
ConnectionException.Type |
Constructor Summary | |
---|---|
AuthenticationException(java.lang.String message)
Create a new AuthenticationException with the supplied message. |
|
AuthenticationException(java.lang.String message,
java.lang.String credentialsId)
Deprecated. credentialsId is ignored. |
Method Summary | |
---|---|
java.lang.String |
getCredentialsID()
Deprecated. No longer used, always null |
Methods inherited from class com.ibm.cics.core.comm.ConnectionException |
---|
getAttributes, getConfiguration, getExceptionType, hasConfiguration, setConfiguration, setExceptionType |
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 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AuthenticationException(java.lang.String message)
AuthenticationException
with the supplied message.
message
- description of the exception@Deprecated public AuthenticationException(java.lang.String message, java.lang.String credentialsId)
AuthenticationException
with the supplied message, referencing the
CredentialsConfiguration
that was used.
Method Detail |
---|
@Deprecated public java.lang.String getCredentialsID()
null
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |