org.apache.axis2.security.rahas
Class RahasException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.axis2.security.rahas.RahasException
All Implemented Interfaces:
Serializable

public class RahasException
extends Exception

See Also:
Serialized Form

Constructor Summary
RahasException(String faultCode)
           
RahasException(String faultCode, Object[] args)
           
RahasException(String faultCode, Object[] args, Throwable e)
           
RahasException(String faultCode, Throwable e)
           
 
Method Summary
protected  String getFaultCode()
           
protected  String getFaultString()
           
protected static String getMessage(String faultCode, 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

RahasException

public RahasException(String faultCode,
                      Object[] args)

RahasException

public RahasException(String faultCode)

RahasException

public RahasException(String faultCode,
                      Object[] args,
                      Throwable e)

RahasException

public RahasException(String faultCode,
                      Throwable e)
Method Detail

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.