public class WSSecurityException
extends java.rmi.RemoteException
| Modifier and Type | Field and Description |
|---|---|
static int |
FAILED_AUTHENTICATION |
static int |
FAILED_CHECK |
static int |
FAILED_ENCRYPTION |
static int |
FAILED_SIGNATURE |
static int |
FAILURE |
static int |
INVALID_SECURITY |
static int |
INVALID_SECURITY_TOKEN |
static int |
MESSAGE_EXPIRED |
static int |
SECURITY_TOKEN_UNAVAILABLE |
static int |
UNSUPPORTED_ALGORITHM |
static int |
UNSUPPORTED_SECURITY_TOKEN |
| Constructor and Description |
|---|
WSSecurityException(int errorCode)
Constructor.
|
WSSecurityException(int errorCode,
java.lang.String msgId)
Constructor.
|
WSSecurityException(int errorCode,
java.lang.String msgId,
java.lang.Object[] args)
Constructor.
|
WSSecurityException(int errorCode,
java.lang.String msgId,
java.lang.Object[] args,
java.lang.Throwable exception)
Constructor.
|
WSSecurityException(java.lang.String errorMessage)
Constructor.
|
WSSecurityException(java.lang.String errorMessage,
java.lang.Throwable t)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getErrorCode()
Get the error code.
|
javax.xml.namespace.QName |
getFaultCode()
Get the fault code QName for this associated error code.
|
public static final int FAILURE
public static final int UNSUPPORTED_SECURITY_TOKEN
public static final int UNSUPPORTED_ALGORITHM
public static final int INVALID_SECURITY
public static final int INVALID_SECURITY_TOKEN
public static final int FAILED_AUTHENTICATION
public static final int FAILED_CHECK
public static final int SECURITY_TOKEN_UNAVAILABLE
public static final int MESSAGE_EXPIRED
public static final int FAILED_ENCRYPTION
public static final int FAILED_SIGNATURE
public WSSecurityException(int errorCode,
java.lang.String msgId,
java.lang.Object[] args,
java.lang.Throwable exception)
errorCode - msgId - args - exception - public WSSecurityException(int errorCode,
java.lang.String msgId,
java.lang.Object[] args)
errorCode - msgId - args - public WSSecurityException(int errorCode,
java.lang.String msgId)
errorCode - msgId - public WSSecurityException(int errorCode)
errorCode - public WSSecurityException(java.lang.String errorMessage)
errorMessage - public WSSecurityException(java.lang.String errorMessage,
java.lang.Throwable t)
errorMessage - Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.