jacquard 1.12.0 by The Web Engineering Factory and Toolworks

uk.co.weft.dbutil
Class DataAuthException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byuk.co.weft.dbutil.DataStoreException
              extended byuk.co.weft.dbutil.DataAuthException
All Implemented Interfaces:
java.io.Serializable

public class DataAuthException
extends DataStoreException

An exception raised when rights of access to data cannot be authenticatedted appropriately. Nothing special about it.

Version:
$Revision: 1.3.4.1 $ This revision: $Author: simon $
Author:
Simon Brooke
See Also:
Serialized Form

Constructor Summary
DataAuthException(java.lang.String message)
           
DataAuthException(java.lang.String message, java.lang.Throwable cause)
           
 
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

DataAuthException

public DataAuthException(java.lang.String message,
                         java.lang.Throwable cause)
Parameters:
message - the reason this exception is being thrown
cause -

DataAuthException

public DataAuthException(java.lang.String message)
Parameters:
message - the reason this exception is being thrown

jacquard 1.12.0 by The Web Engineering Factory and Toolworks