BEA Systems, Inc.

WebLogic Server 5.1.0 API Reference

weblogic.security
Class AuthenticationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--weblogic.security.AuthenticationException

public class AuthenticationException
extends java.lang.Exception

Signals an authentication error. For example, this exception is thrown by Certificate.verify().

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

Constructor Summary
AuthenticationException()
          Constructs an AuthenticationException with no detail message.
AuthenticationException(java.lang.String s)
          Constructs an AuthenticationException with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AuthenticationException

public AuthenticationException()
Constructs an AuthenticationException with no detail message. A detail message is a String that describes this particular exception.

AuthenticationException

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

Parameters:
s - the detail message

Documentation is available at
http://www.weblogic.com/docs51