public class InvalidSchemaException extends DBException
Constructor and Description |
---|
InvalidSchemaException()
Default constructor.
|
InvalidSchemaException(java.lang.String s)
Constructor.
|
InvalidSchemaException(java.lang.String s,
java.lang.Throwable t)
Constructor taking a message and another exception.
|
InvalidSchemaException(java.lang.Throwable t)
Constructor taking another exception.
|
public InvalidSchemaException()
public InvalidSchemaException(java.lang.String s)
s
- messagepublic InvalidSchemaException(java.lang.Throwable t)
t
- exception to grab data frompublic InvalidSchemaException(java.lang.String s, java.lang.Throwable t)
s
- messaget
- exception to grab data from