Package com.sun.xml.ws.rx.rm
Class RmSecurityException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- javax.xml.ws.WebServiceException
-
- com.sun.xml.ws.rx.RxRuntimeException
-
- com.sun.xml.ws.rx.rm.RmSecurityException
-
- All Implemented Interfaces:
Serializable
public class RmSecurityException extends RxRuntimeException
Subclass of RMException thrown when an incorrect STR is used to secure an inbound message.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RmSecurityException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
RmSecurityException
public RmSecurityException(String message)
-
-