Oracle Data-aware Controls Reference

oracle.dacf.control
Class LoginFailureException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byoracle.dacf.control.LoginFailureException
All Implemented Interfaces:
java.io.Serializable

public class LoginFailureException
extends java.lang.RuntimeException

This exception is thrown to stop the the execution of a frame or applet when a connection cannot be made.

See Also:
Serialized Form

Constructor Summary
LoginFailureException()
          Constructs a LoginFailureException.
LoginFailureException(java.lang.String msg)
          Constructs a LoginFailureException.
 
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

LoginFailureException

public LoginFailureException()
Constructs a LoginFailureException.


LoginFailureException

public LoginFailureException(java.lang.String msg)
Constructs a LoginFailureException.

Parameters:
msg - Custom message describing the reason for login failure

Oracle Data-aware Controls Reference

 

Copyright © 1997, 2003, Oracle. All rights reserved.