uk.org.ogsadai.sql
Class UnknownSQLParameterModeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by uk.org.ogsadai.exception.DAIException
              extended by uk.org.ogsadai.sql.UnknownSQLParameterModeException
All Implemented Interfaces:
java.io.Serializable, DAIExceptionInformation

public class UnknownSQLParameterModeException
extends DAIException

An invalid SQL parameter mode is given.

Author:
The OGSA-DAI Project Team.
See Also:
Serialized Form

Constructor Summary
UnknownSQLParameterModeException(java.lang.String mode)
          Create a new exception.
 
Method Summary
 
Methods inherited from class uk.org.ogsadai.exception.DAIException
getErrorID, getExceptionID, getLocalizedMessage, getMessage, getParameters, hasChild, setErrorID, setParameters
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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

UnknownSQLParameterModeException

public UnknownSQLParameterModeException(java.lang.String mode)
Create a new exception.

Parameters:
mode - Illegal mode.