org.netbeans.modules.db/1 1.44.1 30

org.netbeans.api.db.explorer
Class DatabaseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.netbeans.api.db.explorer.DatabaseException
All Implemented Interfaces:
Serializable

public final class DatabaseException
extends Exception

Generic database exception.

See Also:
Serialized Form

Constructor Summary
DatabaseException(String message)
          Constructs a new exception with a specified message.
DatabaseException(String message, Throwable cause)
          Constructs a new exception with the specified cause.
DatabaseException(Throwable cause)
          Constructs a new exception with the specified 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

DatabaseException

public DatabaseException(String message)
Constructs a new exception with a specified message.

Parameters:
message - the text describing the exception.

DatabaseException

public DatabaseException(Throwable cause)
Constructs a new exception with the specified cause.

Parameters:
cause - the cause of the exception.

DatabaseException

public DatabaseException(String message,
                         Throwable cause)
Constructs a new exception with the specified cause.

Parameters:
message - the text describing the exception.
cause - the cause of the exception.

org.netbeans.modules.db/1 1.44.1 30

Built on December 5 2011.  |  Portions Copyright 1997-2011 Sun Microsystems, Inc. All rights reserved.