Oracle Entitlements Server Provider SSPI API Reference

weblogic.security.spi
Class ProviderInitializationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--java.lang.SecurityException
                          |
                          +--weblogic.security.spi.ProviderInitializationException

public class ProviderInitializationException
extends java.lang.SecurityException

The ProviderInitializationException exception is a generic exception thrown by a security provider if it encounters problems during initialization.

Author:
Copyright © 2004-2008, Oracle and/or its affiliates. All rights reserved.
See Also:
Serialized Form

Constructor Summary
ProviderInitializationException(java.lang.String string)
          Constructs a ProviderInitializationException with the specified detail message.
 
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

ProviderInitializationException

public ProviderInitializationException(java.lang.String string)
Constructs a ProviderInitializationException with the specified detail message. A detail message is a String that describes this particular exception.

Parameters:
string - a String providing additional information about this exception.