pt.ist.fenixframework.core.exception
Class MissingObjectException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MissingObjectException
public MissingObjectException(String objId,
Throwable cause)
Copyright © 2013. All Rights Reserved.