Package org.apache.rampart
Class RampartException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.rampart.RampartException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRampartException(String faultCode) RampartException(String faultCode, Object[] args) RampartException(String faultCode, Object[] args, Throwable e) RampartException(String faultCode, Throwable e) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RampartException
-
RampartException
-
RampartException
-
RampartException
-
-
Method Details
-
getMessage
get the message from resource bundle.- Parameters:
faultCode- code to get messageargs- Object array- Returns:
- String the message translated from the property (message) file.
-
getFaultCode
- Returns:
- Returns the faultCode.
-
getFaultString
- Returns:
- Returns the faultString.
-