Class AssetIngestorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.adobe.acs.commons.mcp.impl.processes.asset.AssetIngestorException
- All Implemented Interfaces:
Serializable
Generic exception for asset ingestor process.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault 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. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AssetIngestorException
public AssetIngestorException()Default constructor. -
AssetIngestorException
Constructor with an error message.- Parameters:
message- an error message
-
AssetIngestorException
Constructor with an error message and a cause.- Parameters:
message- an error messagecause- a cause
-
AssetIngestorException
Constructor with a cause.- Parameters:
cause- a cause
-