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
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait |
FailedSQLException
public FailedSQLException(String detail)
- Default constructor, calls the Exception constructor.
- Parameters:
String
- detail, information on the exception