cz.muni.fi.pclis.commons.exception
Class DomainObjectNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by cz.muni.fi.pclis.commons.exception.DomainObjectNotFoundException
All Implemented Interfaces:
Serializable

public class DomainObjectNotFoundException
extends RuntimeException

Exception thrown if domain object is not found User: Ľuboš Pecho Date: 11.8.2009 Time: 13:22:34

See Also:
Serialized Form

Constructor Summary
DomainObjectNotFoundException(long id, Class 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

DomainObjectNotFoundException

public DomainObjectNotFoundException(long id,
                                     Class t)


Copyright © 2009-2010 Faculty of Informatics, Masaryk university, Brno. All Rights Reserved.