edu.umk.mat.merdacz.JGServer
Class DbWrapperException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byedu.umk.mat.merdacz.JGServer.DbWrapperException
All Implemented Interfaces:
java.io.Serializable

public class DbWrapperException
extends java.lang.Exception

Author:
Marcin Daczkowski
See Also:
Serialized Form

Field Summary
(package private)  java.lang.Throwable cause
          A wrapped exception
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
DbWrapperException()
           
DbWrapperException(java.lang.String msg)
           
DbWrapperException(java.lang.String msg, java.lang.Throwable cause)
           
 
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

cause

java.lang.Throwable cause
A wrapped exception

Constructor Detail

DbWrapperException

public DbWrapperException()

DbWrapperException

public DbWrapperException(java.lang.String msg)

DbWrapperException

public DbWrapperException(java.lang.String msg,
                          java.lang.Throwable cause)