public class ParentObjectNotFoundException extends AmbariException
| Constructor and Description |
|---|
ParentObjectNotFoundException(String message)
Constructor.
|
ParentObjectNotFoundException(String msg,
ObjectNotFoundException cause)
Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ParentObjectNotFoundException(String msg, ObjectNotFoundException cause)
msg - messagecause - the root causepublic ParentObjectNotFoundException(String message)
message - messageCopyright © 2016. All rights reserved.