com.sun.xml.ws.rm
Class RmSecurityException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sun.xml.ws.rm.RxException
              extended by com.sun.xml.ws.rm.RmSecurityException
All Implemented Interfaces:
java.io.Serializable

public class RmSecurityException
extends RxException

Subclass of RMException thrown when an incorrect STR is used to secure an inbound message.

See Also:
Serialized Form

Constructor Summary
RmSecurityException(java.lang.String message)
           
 
Method Summary
 
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

RmSecurityException

public RmSecurityException(java.lang.String message)