Apache CXF API

org.apache.cxf.ws.rm
Class RMException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.cxf.common.i18n.Exception
              extended by org.apache.cxf.ws.rm.RMException
All Implemented Interfaces:
Serializable

public class RMException
extends Exception

PolicyException is the type of RuntimeException thrown by any exceptions encountered by the policy framework.

See Also:
Serialized Form

Constructor Summary
RMException(Message msg)
           
RMException(Message msg, Throwable t)
           
RMException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.apache.cxf.common.i18n.Exception
getCode, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

RMException

public RMException(Message msg,
                   Throwable t)

RMException

public RMException(Message msg)

RMException

public RMException(Throwable cause)

Apache CXF API

Apache CXF