BEA Systems, Inc.

BEA WebLogic Server 9.1 API Reference


weblogic.xml.security
Class InvalidSecurityException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byweblogic.utils.NestedRuntimeException
                  extended byweblogic.xml.security.InvalidSecurityException
All Implemented Interfaces:
weblogic.utils.NestedThrowable, Serializable

Deprecated. please use new WS Security API

public class InvalidSecurityException
extends weblogic.utils.NestedRuntimeException

See Also:
Serialized Form
Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

Nested Class Summary
 
Nested classes inherited from class weblogic.utils.NestedThrowable
weblogic.utils.NestedThrowable.Util
 
Constructor Summary
InvalidSecurityException()
          Deprecated.  
InvalidSecurityException(String msg)
          Deprecated.  
InvalidSecurityException(String msg, Throwable nested)
          Deprecated.  
InvalidSecurityException(Throwable nested)
          Deprecated.  
 
Methods inherited from class weblogic.utils.NestedRuntimeException
getNested, getNestedException, printStackTrace, printStackTrace, printStackTrace, superPrintStackTrace, superPrintStackTrace, superToString, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidSecurityException

public InvalidSecurityException()
Deprecated. 

InvalidSecurityException

public InvalidSecurityException(String msg)
Deprecated. 

InvalidSecurityException

public InvalidSecurityException(String msg,
                                Throwable nested)
Deprecated. 

InvalidSecurityException

public InvalidSecurityException(Throwable nested)
Deprecated. 

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs91
Copyright 2005 BEA Systems Inc.