- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- Factory.SqlResourceFactoryException, InvalidRequestException
public class SqlResourceException
extends Exception
Represents a restSQL error, typically wrapping an SQLException
and adding an SQL String. Calling
getMessage()
and toString()
will include the SQL in the output. The class can also be used
to wrap other exceptions. It is also the superclass for other restSQL errors allowing the framework to manage a
single exception in method signatures.
- Author:
- Mark Sawers
- See Also:
- Serialized Form