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
Throwable s. |
getCause, getFailedObject, getNestedExceptions, isFatal, printStackTrace, printStackTrace, printStackTrace, setFatal, setNestedException
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
public NucleusObjectNotFoundException()
public NucleusObjectNotFoundException(String msg)
msg
- the detail message.public NucleusObjectNotFoundException(String msg, Throwable[] nested)
Throwable
s.msg
- the detail message.nested
- the nested Throwable[]
.Copyright © 2019. All rights reserved.