edu.jhu.tmaj.beans.data
Class InternalSecurityException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.sql.SQLException
              extended by edu.jhu.tmaj.beans.data.InternalSecurityException
All Implemented Interfaces:
java.io.Serializable, java.lang.Iterable<java.lang.Throwable>

public final class InternalSecurityException
extends java.sql.SQLException

Exception indicates the server is rejecting a client's request because of security. The client should normally prevent these exceptions from happening. These exceptions may indicate the client code is inconsistent with the server code.

See Also:
Serialized Form

Constructor Summary
InternalSecurityException(java.lang.String reason)
           
 
Method Summary
 
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
 

Constructor Detail

InternalSecurityException

public InternalSecurityException(java.lang.String reason)