public class PersistenceBrokerSQLException extends PersistenceBrokerException
Constructor and Description |
---|
PersistenceBrokerSQLException()
Creates a new exception instance.
|
PersistenceBrokerSQLException(java.sql.SQLException cause)
Creates a new exception instance.
|
PersistenceBrokerSQLException(java.lang.String msg)
Creates a new exception instance.
|
PersistenceBrokerSQLException(java.lang.String msg,
java.sql.SQLException cause)
Creates a new exception instance.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getSQLState()
Returns the SQL state of the underlying
SQLException . |
getSourceException
getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace
public PersistenceBrokerSQLException()
public PersistenceBrokerSQLException(java.sql.SQLException cause)
cause
- The base exceptionpublic PersistenceBrokerSQLException(java.lang.String msg)
msg
- The exception messagepublic PersistenceBrokerSQLException(java.lang.String msg, java.sql.SQLException cause)
msg
- The exception messagecause
- The base exception(C) 2002 - 2005 Apache Software Foundation
All rights reserved. Published under the Apache License 2.0.
http://db.apache.org/ojb
Version: 1.0.4, 2005-12-30