org.apache.ws.sandbox.security.trust
Class WSTrustException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.rmi.RemoteException
org.apache.ws.sandbox.security.trust.WSTrustException
- All Implemented Interfaces:
- java.io.Serializable
- public class WSTrustException
- extends java.rmi.RemoteException
- Author:
- Malinda Kaushalye
Exception class for WS-Trust implementation.
- See Also:
- Serialized Form
Fields inherited from class java.rmi.RemoteException |
detail |
Constructor Summary |
WSTrustException(java.lang.String message)
|
WSTrustException(java.lang.String faultCode,
java.lang.String msg)
This can be used to set a custom message in the exception |
WSTrustException(java.lang.String faultCode,
java.lang.String msgId,
java.lang.Object[] args)
|
WSTrustException(java.lang.String faultCode,
java.lang.String msgId,
java.lang.Object[] args,
java.lang.Throwable exception)
|
WSTrustException(java.lang.String message,
java.lang.Throwable ex)
|
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 |
INVALID_REQUEST
public static final java.lang.String INVALID_REQUEST
- See Also:
- Constant Field Values
DESC_INCORRECT_CHILD_ELEM
public static final java.lang.String DESC_INCORRECT_CHILD_ELEM
- See Also:
- Constant Field Values
DESC_EXPECTED_CHILD_ELEM
public static final java.lang.String DESC_EXPECTED_CHILD_ELEM
- See Also:
- Constant Field Values
DESC_CHILD_IN_VALUE_ELEM
public static final java.lang.String DESC_CHILD_IN_VALUE_ELEM
- See Also:
- Constant Field Values
DESC_TEXT_IN_COMPOSITE_ELEM
public static final java.lang.String DESC_TEXT_IN_COMPOSITE_ELEM
- See Also:
- Constant Field Values
WSTrustException
public WSTrustException(java.lang.String faultCode,
java.lang.String msgId,
java.lang.Object[] args,
java.lang.Throwable exception)
- Parameters:
faultCode
- msgId
- args
- exception
-
WSTrustException
public WSTrustException(java.lang.String faultCode,
java.lang.String msgId,
java.lang.Object[] args)
- Parameters:
faultCode
- msgId
- args
-
WSTrustException
public WSTrustException(java.lang.String faultCode,
java.lang.String msg)
- This can be used to set a custom message in the exception
- Parameters:
faultCode
- msg
-
WSTrustException
public WSTrustException(java.lang.String message)
- Parameters:
message
-
WSTrustException
public WSTrustException(java.lang.String message,
java.lang.Throwable ex)
- Parameters:
message
- ex
-
getFaultCode
public java.lang.String getFaultCode()
- Return the fault code
- Returns:
getFaultString
public java.lang.String getFaultString()
- Return the fault string
- Returns:
Copyright © 2004-2008 Apache Web Services. All Rights Reserved.