org.globus.wsrf.impl.security.authentication.wssec
Class WSSecurityException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byjava.rmi.RemoteException
                  extended byorg.globus.wsrf.impl.security.authentication.wssec.WSSecurityException
All Implemented Interfaces:
java.io.Serializable

public class WSSecurityException
extends java.rmi.RemoteException

See Also:
Serialized Form

Field Summary
private  int errorCode
           
static int FAILED_AUTHENTICATION
           
static int FAILED_CHECK
           
static int FAILURE
           
static int INVALID_SECURITY
           
static int INVALID_SECURITY_TOKEN
           
static int MESSAGE_EXPIRED
           
private static java.util.ResourceBundle resources
           
static int SECURITY_TOKEN_UNAVAILABLE
           
static int UNSUPPORTED_ALGORITHM
           
static int UNSUPPORTED_SECURITY_TOKEN
           
 
Fields inherited from class java.rmi.RemoteException
detail
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
WSSecurityException(int errorCode)
           
WSSecurityException(int errorCode, java.lang.String msgId)
           
WSSecurityException(int errorCode, java.lang.String msgId, java.lang.Object[] args)
           
WSSecurityException(int errorCode, java.lang.String msgId, java.lang.Object[] args, java.lang.Throwable exception)
           
 
Method Summary
 int getErrorCode()
           
private static java.lang.String getMessage(int errorCode, java.lang.String msgId, java.lang.Object[] args)
           
 
Methods inherited from class java.rmi.RemoteException
getCause, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

FAILURE

public static final int FAILURE
See Also:
Constant Field Values

UNSUPPORTED_SECURITY_TOKEN

public static final int UNSUPPORTED_SECURITY_TOKEN
See Also:
Constant Field Values

UNSUPPORTED_ALGORITHM

public static final int UNSUPPORTED_ALGORITHM
See Also:
Constant Field Values

INVALID_SECURITY

public static final int INVALID_SECURITY
See Also:
Constant Field Values

INVALID_SECURITY_TOKEN

public static final int INVALID_SECURITY_TOKEN
See Also:
Constant Field Values

FAILED_AUTHENTICATION

public static final int FAILED_AUTHENTICATION
See Also:
Constant Field Values

FAILED_CHECK

public static final int FAILED_CHECK
See Also:
Constant Field Values

SECURITY_TOKEN_UNAVAILABLE

public static final int SECURITY_TOKEN_UNAVAILABLE
See Also:
Constant Field Values

MESSAGE_EXPIRED

public static final int MESSAGE_EXPIRED
See Also:
Constant Field Values

resources

private static java.util.ResourceBundle resources

errorCode

private int errorCode
Constructor Detail

WSSecurityException

public WSSecurityException(int errorCode,
                           java.lang.String msgId,
                           java.lang.Object[] args,
                           java.lang.Throwable exception)

WSSecurityException

public WSSecurityException(int errorCode,
                           java.lang.String msgId,
                           java.lang.Object[] args)

WSSecurityException

public WSSecurityException(int errorCode,
                           java.lang.String msgId)

WSSecurityException

public WSSecurityException(int errorCode)
Method Detail

getErrorCode

public int getErrorCode()

getMessage

private static java.lang.String getMessage(int errorCode,
                                           java.lang.String msgId,
                                           java.lang.Object[] args)