sqlg2
Class SQLGException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by sqlg2.SQLGException
All Implemented Interfaces:
java.io.Serializable

public class SQLGException
extends java.lang.RuntimeException

SQLG runtime exception - is raised in case of internal errors.

See Also:
Serialized Form

Constructor Summary
SQLGException(java.lang.String s)
           
SQLGException(java.lang.String message, java.lang.Throwable 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

SQLGException

public SQLGException(java.lang.String s)

SQLGException

public SQLGException(java.lang.String message,
                     java.lang.Throwable cause)