org.squashtest.csp.tm.domain
Class UnknownEntityException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.squashtest.csp.tm.domain.UnknownEntityException
All Implemented Interfaces:
Serializable

public class UnknownEntityException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
UnknownEntityException(long entityId, Class<?> entityClass)
           
 
Method Summary
 Class<?> getEntityClass()
           
 long getEntityId()
           
 
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

UnknownEntityException

public UnknownEntityException(long entityId,
                              Class<?> entityClass)
Method Detail

getEntityId

public long getEntityId()

getEntityClass

public Class<?> getEntityClass()


Copyright © 2010-2012 Squashtest TM, Squashtest.org. All Rights Reserved.