public class ObjectNotFoundException
extends org.apache.ambari.server.AmbariException
| Constructor and Description |
|---|
ObjectNotFoundException(String msg)
Constructor.
|
ObjectNotFoundException(String msg,
ObjectNotFoundException cause)
Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ObjectNotFoundException(String msg, ObjectNotFoundException cause)
msg - messagecause - the root causepublic ObjectNotFoundException(String msg)
msg - messageCopyright © 2022 Apache Software Foundation. All rights reserved.