org.opennms.bb.common.filter.exceptions
Class FailedSQLException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.opennms.bb.common.filter.exceptions.FailedSQLException
All Implemented Interfaces:
Serializable

public class FailedSQLException
extends Exception

This exception is used to indicate that the SQL generated from an expression rule did not execute properly in the database.

Version:
$Revision: 1.2 $
Author:
Jason Johns, OpenNMS
See Also:
Serialized Form

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
FailedSQLException(String detail)
          Default constructor, calls the Exception constructor.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

FailedSQLException

public FailedSQLException(String detail)
Default constructor, calls the Exception constructor.
Parameters:
String - detail, information on the exception