org.objectweb.cjdbc.common.exceptions
Class VirtualDatabaseException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.objectweb.cjdbc.common.exceptions.VirtualDatabaseException
All Implemented Interfaces:
java.io.Serializable

public class VirtualDatabaseException
extends java.lang.Exception

Virtual database exceptions.

Version:
1.0
Author:
Nicolas Modrzyk
See Also:
Serialized Form

Field Summary
private static long serialVersionUID
           
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
VirtualDatabaseException()
          Creates a new JmxException instance.
VirtualDatabaseException(java.lang.String message)
          Creates a new JmxException instance.
VirtualDatabaseException(java.lang.String message, java.lang.Throwable cause)
          Creates a new JmxException instance.
VirtualDatabaseException(java.lang.Throwable cause)
          Creates a new JmxException instance.
 
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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

VirtualDatabaseException

public VirtualDatabaseException()
Creates a new JmxException instance.


VirtualDatabaseException

public VirtualDatabaseException(java.lang.String message)
Creates a new JmxException instance.

Parameters:
message - the error message

VirtualDatabaseException

public VirtualDatabaseException(java.lang.Throwable cause)
Creates a new JmxException instance.

Parameters:
cause - the root cause

VirtualDatabaseException

public VirtualDatabaseException(java.lang.String message,
                                java.lang.Throwable cause)
Creates a new JmxException instance.

Parameters:
message - the error message
cause - the root cause


Copyright © 2002, 2005 - ObjectWeb Consortium - All Rights Reserved.