org.firebirdsql.gds
Class GDSWarning

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.firebirdsql.gds.GDSException
              extended by org.firebirdsql.gds.GDSWarning
All Implemented Interfaces:
java.io.Serializable

public class GDSWarning
extends GDSException

Subclass of GDSException to represent internal Jaybird warnings.

Since:
2.2
Author:
Mark Rotteveel
See Also:
Serialized Form

Constructor Summary
GDSWarning(java.lang.String message)
           
 
Method Summary
 boolean isWarning()
          Retrieve whether this exception is a warning.
 
Methods inherited from class org.firebirdsql.gds.GDSException
createWithXAErrorCode, getFbErrorCode, getIntParam, getMessage, getNext, getParam, getSQLState, getXAErrorCode, setNext, setXAErrorCode
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

GDSWarning

public GDSWarning(java.lang.String message)
Method Detail

isWarning

public boolean isWarning()
Description copied from class: GDSException
Retrieve whether this exception is a warning.

Overrides:
isWarning in class GDSException
Returns:
true if this is a warning, false otherwise


Copyright © 2001-2019 Jaybird (Firebird JDBC/JCA) team. All rights reserved.