public class EntityNotFoundException extends DgcException
Java class for entityNotFoundException complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="entityNotFoundException"> <complexContent> <extension base="{http://www.collibra.com/dgc/1.0}dgcException"> </extension> </complexContent> </complexType>
errorCode, params
bugSubmitterVisible, help, message, stackTrace, title
Constructor and Description |
---|
EntityNotFoundException() |
Modifier and Type | Method and Description |
---|---|
EntityNotFoundException |
withBugSubmitterVisible(boolean value) |
EntityNotFoundException |
withErrorCode(String value) |
EntityNotFoundException |
withHelp(String value) |
EntityNotFoundException |
withMessage(String value) |
EntityNotFoundException |
withParams(ErrorParams value) |
EntityNotFoundException |
withStackTrace(String value) |
EntityNotFoundException |
withTitle(String value) |
getErrorCode, getParams, setErrorCode, setParams
getHelp, getMessage, getStackTrace, getTitle, isBugSubmitterVisible, setBugSubmitterVisible, setHelp, setMessage, setStackTrace, setTitle
public EntityNotFoundException withParams(ErrorParams value)
withParams
in class DgcException
public EntityNotFoundException withErrorCode(String value)
withErrorCode
in class DgcException
public EntityNotFoundException withTitle(String value)
withTitle
in class DgcException
public EntityNotFoundException withHelp(String value)
withHelp
in class DgcException
public EntityNotFoundException withMessage(String value)
withMessage
in class DgcException
public EntityNotFoundException withStackTrace(String value)
withStackTrace
in class DgcException
public EntityNotFoundException withBugSubmitterVisible(boolean value)
withBugSubmitterVisible
in class DgcException
Copyright © 2010–2019. All rights reserved.