se.cambio.cds.util.exceptions
Class InstanceNotFoundException

Package class diagram package InstanceNotFoundException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by se.cambio.cds.util.exceptions.ModelException
              extended by se.cambio.cds.util.exceptions.InstanceNotFoundException
All Implemented Interfaces:
Serializable

public class InstanceNotFoundException
extends ModelException

See Also:
Serialized Form

Constructor Summary
InstanceNotFoundException(Object id, String classname)
           
 
Method Summary
 String getClassname()
           
 Object getId()
           
 
Methods inherited from class se.cambio.cds.util.exceptions.ModelException
getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

InstanceNotFoundException

public InstanceNotFoundException(Object id,
                                 String classname)
Method Detail

getId

public Object getId()
Returns:
Returns the _id.

getClassname

public String getClassname()
Returns:
Returns the classname.


Copyright © 2013 Cambio. All Rights Reserved.