org.apache.rampart
Class RampartException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.rampart.RampartException
- All Implemented Interfaces:
- java.io.Serializable
public class RampartException
- extends java.lang.Exception
- See Also:
- Serialized Form
Method Summary |
protected java.lang.String |
getFaultCode()
|
protected java.lang.String |
getFaultString()
|
protected static java.lang.String |
getMessage(java.lang.String faultCode,
java.lang.Object[] args)
get the message from resource bundle. |
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 |
RampartException
public RampartException(java.lang.String faultCode,
java.lang.Object[] args)
RampartException
public RampartException(java.lang.String faultCode)
RampartException
public RampartException(java.lang.String faultCode,
java.lang.Object[] args,
java.lang.Throwable e)
RampartException
public RampartException(java.lang.String faultCode,
java.lang.Throwable e)
getMessage
protected static java.lang.String getMessage(java.lang.String faultCode,
java.lang.Object[] args)
- get the message from resource bundle.
- Returns:
- the message translated from the property (message) file.
getFaultCode
protected java.lang.String getFaultCode()
- Returns:
- Returns the faultCode.
getFaultString
protected java.lang.String getFaultString()
- Returns:
- Returns the faultString.