com.sun.xml.wss.impl
Class XWSSecurityRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.sun.xml.wss.impl.XWSSecurityRuntimeException
All Implemented Interfaces:
Serializable

public class XWSSecurityRuntimeException
extends RuntimeException

Author:
XWS-Security Development Team
See Also:
Serialized Form

Constructor Summary
XWSSecurityRuntimeException(String message)
           
XWSSecurityRuntimeException(String message, Throwable cause)
           
XWSSecurityRuntimeException(Throwable cause)
           
 
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

XWSSecurityRuntimeException

public XWSSecurityRuntimeException(String message)

XWSSecurityRuntimeException

public XWSSecurityRuntimeException(String message,
                                   Throwable cause)

XWSSecurityRuntimeException

public XWSSecurityRuntimeException(Throwable cause)


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.