no.sesat.search.datamodel.access
Class DataModelAccessException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.IllegalAccessException
              extended by no.sesat.search.datamodel.access.DataModelAccessException
All Implemented Interfaces:
Serializable

public final class DataModelAccessException
extends IllegalAccessException

Version:
$Id: DataModelAccessException.java 7225 2009-04-09 00:32:20Z ssmiweve $
See Also:
Serialized Form

Constructor Summary
DataModelAccessException(Method method, ControlLevel level)
          Constructs an instance of DataModelAccessException with a specified detail message against the noted method that access was attempted to against the noted level.
 
Method Summary
 
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

DataModelAccessException

public DataModelAccessException(Method method,
                                ControlLevel level)
Constructs an instance of DataModelAccessException with a specified detail message against the noted method that access was attempted to against the noted level.

Parameters:
msg - the detail message.


Copyright © 2005-2009 Schibsted ASA. All Rights Reserved.