com.ibm.cics.core.comm
Class AuthenticationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.cics.core.comm.ConnectionException
              extended by com.ibm.cics.core.comm.AuthenticationException
All Implemented Interfaces:
java.io.Serializable

public class AuthenticationException
extends ConnectionException

A ConnectionException representing a problem with the credentials used to authenticate the current user.

See Also:
Serialized Form

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

AuthenticationException

public AuthenticationException(java.lang.String message)
Create a new AuthenticationException with the supplied message.

Parameters:
message - description of the exception

AuthenticationException

@Deprecated
public AuthenticationException(java.lang.String message,
                                          java.lang.String credentialsId)
Deprecated. credentialsId is ignored.

Create a new AuthenticationException with the supplied message, referencing the CredentialsConfiguration that was used.

Method Detail

getCredentialsID

@Deprecated
public java.lang.String getCredentialsID()
Deprecated. No longer used, always null



Copyright © 2013 IBM Corp. All Rights Reserved.