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:
  • Constructor Details

    • 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)
  • Method Details

    • getMessage

      protected static String getMessage(String faultCode, Object[] args)
      get the message from resource bundle.
      Parameters:
      faultCode - code to get message
      args - Object array
      Returns:
      String the message translated from the property (message) file.
    • getFaultCode

      protected String getFaultCode()
      Returns:
      Returns the faultCode.
    • getFaultString

      protected String getFaultString()
      Returns:
      Returns the faultString.