org.apache.rampart
Class RampartException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.rampart.RampartException
- All Implemented Interfaces:
- Serializable
- public class RampartException
- extends Exception
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
RampartException
public RampartException(String faultCode,
Object[] args)
RampartException
public RampartException(String faultCode)
RampartException
public RampartException(String faultCode,
Object[] args,
Throwable e)
RampartException
public RampartException(String faultCode,
Throwable e)
getMessage
protected static String getMessage(String faultCode,
Object[] args)
- get the message from resource bundle.
- Returns:
- the message translated from the property (message) file.
getFaultCode
protected String getFaultCode()
- Returns:
- Returns the faultCode.
getFaultString
protected String getFaultString()
- Returns:
- Returns the faultString.