org.equanda.util.accessor
Class ObjectAccessorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.equanda.util.accessor.ObjectAccessorException
All Implemented Interfaces:
Serializable

public class ObjectAccessorException
extends Exception

Exception class used by ObjectAccessor

Author:
NetRom team
See Also:
Serialized Form

Constructor Summary
ObjectAccessorException()
           
ObjectAccessorException(String message)
           
ObjectAccessorException(String message, Throwable t)
           
ObjectAccessorException(Throwable t)
           
 
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

ObjectAccessorException

public ObjectAccessorException()

ObjectAccessorException

public ObjectAccessorException(String message)

ObjectAccessorException

public ObjectAccessorException(Throwable t)

ObjectAccessorException

public ObjectAccessorException(String message,
                               Throwable t)


Copyright © 2007-2009. All Rights Reserved.