public class AssetIngestorException extends Exception
| Constructor and Description |
|---|
AssetIngestorException()
Default constructor.
|
AssetIngestorException(String message)
Constructor with an error message.
|
AssetIngestorException(String message,
Throwable cause)
Constructor with an error message and a cause.
|
AssetIngestorException(Throwable cause)
Constructor with a cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AssetIngestorException()
public AssetIngestorException(String message)
message - an error messagepublic AssetIngestorException(String message, Throwable cause)
message - an error messagecause - a causepublic AssetIngestorException(Throwable cause)
cause - a causeCopyright © 2013–2020 Adobe. All rights reserved.