org.apache.axis2.security.rahas
Class RahasException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.axis2.security.rahas.RahasException
- All Implemented Interfaces:
- Serializable
- public class RahasException
- extends Exception
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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)
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.