org.apache.rampart
Class RampartException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.rampart.RampartException
All Implemented Interfaces:
java.io.Serializable

public class RampartException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
RampartException(java.lang.String faultCode)
           
RampartException(java.lang.String faultCode, java.lang.Object[] args)
           
RampartException(java.lang.String faultCode, java.lang.Object[] args, java.lang.Throwable e)
           
RampartException(java.lang.String faultCode, java.lang.Throwable e)
           
 
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
 

Constructor Detail

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)
Method Detail

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.