com.jdbwc.exceptions
Class ServerSideException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.sql.SQLException
com.jdbwc.exceptions.ServerSideException
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Iterable<java.lang.Throwable>
- Direct Known Subclasses:
- HackingException, InvalidAuthorizationException, InvalidServerPathException, PHPException, SessionException
public class ServerSideException
- extends java.sql.SQLException
- See Also:
- Serialized Form
Methods inherited from class java.sql.SQLException |
getErrorCode, getNextException, getSQLState, iterator, setNextException |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ServerSideException
public ServerSideException()
ServerSideException
public ServerSideException(java.lang.String reason)
ServerSideException
public ServerSideException(java.lang.String reason,
java.lang.String SQLState)
ServerSideException
public ServerSideException(java.lang.String reason,
java.lang.String SQLState,
int vendorCode)
ServerSideException
public ServerSideException(java.lang.String reason,
java.lang.String SQLState,
java.lang.Throwable cause)
ServerSideException
public ServerSideException(java.lang.String reason,
java.lang.String SQLState,
int vendorCode,
java.lang.Throwable cause)