pt.ist.fenixframework.core.exception
Class MissingObjectException

Package class diagram package MissingObjectException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by pt.ist.fenixframework.core.exception.MissingObjectException
All Implemented Interfaces:
Serializable

public class MissingObjectException
extends RuntimeException

Thrown to indicate that a requested object could not be found. The message should provide the identifier of the object that was requested.

See Also:
Serialized Form

Constructor Summary
MissingObjectException(String objId, Throwable cause)
           
 
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

MissingObjectException

public MissingObjectException(String objId,
                              Throwable cause)


Copyright © 2013. All Rights Reserved.