|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.security.GeneralSecurityException | +--com.ibm.websphere.security.WSSecurityException | +--com.ibm.websphere.security.auth.WSSecurityContextException
This exception is thrown whenever one of the WSSecurityContext methods encounters an invalid parameter passed into the method.
WSSecurityContext
,
Serialized FormField Summary | |
---|---|
static int |
AuthenticationFailed
Deprecated. Valid MAJOR CODES for exceptions thrown in this class. |
static int |
AuthenticationNotImplemented
Deprecated. |
static int |
CredentialTokenExpired
Deprecated. |
static int |
DuplicateType
Deprecated. |
static int |
EncodeDecodeError
Deprecated. |
static int |
InvalidCredentialToken
Deprecated. |
static int |
InvalidPassword
Deprecated. |
static int |
InvalidRealm
Deprecated. |
static int |
InvalidSecurityCredentials
Deprecated. |
static int |
InvalidType
Deprecated. |
static int |
InvalidUserid
Deprecated. |
static int |
InvalidValue
Deprecated. |
static int |
JavaException
Deprecated. |
static int |
MethodNotImplemented
Deprecated. |
static int |
SecurityMechanismNotImplemented
Deprecated. |
static int |
SecurityServerNotAvailable
Deprecated. |
static int |
UnknownException
Deprecated. |
static int |
ValidationFailed
Deprecated. |
static int |
ValidationNotImplemented
Deprecated. |
Constructor Summary | |
---|---|
WSSecurityContextException(int majorCode,
int minorCode,
java.lang.String minorString)
Deprecated. Creates a WSSecurityContextException object with the specified major code, minor code, and minor code textual explanation |
|
WSSecurityContextException(int majorCode,
int minorCode,
java.lang.String minorString,
java.lang.Throwable t)
Deprecated. |
Method Summary | |
---|---|
int |
getMajor()
Deprecated. Returns the WSSecurityContext level major error code for the problem causing this exception to be thrown. |
int |
getMinor()
Deprecated. Returns the minor error code for the problem causing this exception to be thrown. |
java.lang.String |
getMinorString()
Deprecated. Use getCause() to get the originating exception. |
java.lang.String |
toString()
Deprecated. Returns a textual representation of both the major and the minor status codes. |
Methods inherited from class com.ibm.websphere.security.WSSecurityException |
---|
addException, getCause, getExceptions, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int AuthenticationFailed
public static final int InvalidUserid
public static final int InvalidPassword
public static final int InvalidRealm
public static final int ValidationFailed
public static final int CredentialTokenExpired
public static final int InvalidCredentialToken
public static final int InvalidSecurityCredentials
public static final int SecurityServerNotAvailable
public static final int MethodNotImplemented
public static final int AuthenticationNotImplemented
public static final int ValidationNotImplemented
public static final int SecurityMechanismNotImplemented
public static final int JavaException
public static final int UnknownException
public static final int InvalidValue
public static final int InvalidType
public static final int DuplicateType
public static final int EncodeDecodeError
Constructor Detail |
public WSSecurityContextException(int majorCode, int minorCode, java.lang.String minorString)
majorCode
- the major error code for the problem causing the error.minorCode
- the mechanism level error code for the problem causing this exception to be thrown.minorString
- the textual explanation of the mechanism error code.public WSSecurityContextException(int majorCode, int minorCode, java.lang.String minorString, java.lang.Throwable t)
Method Detail |
public int getMajor()
public int getMinor()
public java.lang.String getMinorString()
public java.lang.String toString()
toString
in class java.lang.Throwable
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |