public class NucleusObjectNotFoundException extends NucleusException
| Constructor and Description |
|---|
NucleusObjectNotFoundException()
Constructs a new exception without a detail message.
|
NucleusObjectNotFoundException(String msg)
Constructs a new exception with the specified detail message.
|
NucleusObjectNotFoundException(String msg,
Object failed)
Constructs a new exception with the specified detail message and failed object.
|
NucleusObjectNotFoundException(String msg,
Throwable[] nested)
Constructs a new exception with the specified detail message and nested
Throwables. |
getCause, getFailedObject, getNestedExceptions, isFatal, printStackTrace, printStackTrace, printStackTrace, setFatal, setNestedExceptionaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toStringpublic NucleusObjectNotFoundException()
public NucleusObjectNotFoundException(String msg)
msg - the detail message.public NucleusObjectNotFoundException(String msg, Throwable[] nested)
Throwables.msg - the detail message.nested - the nested Throwable[].Copyright © 2017. All rights reserved.