public class RepositoryException extends ContentException
| Constructor and Description |
|---|
RepositoryException(Exception exception)
Instantiates a new content exception.
|
RepositoryException(String errorCode,
String error)
Instantiates a new content exception.
|
RepositoryException(String errorCode,
String error,
Exception exception)
Instantiates a new content exception.
|
getErrorCode, getMessage, getRootCause, setErrorCodepublic RepositoryException(String errorCode, String error)
errorCode - the error codeerror - the errorpublic RepositoryException(Exception exception)
exception - the exceptionCopyright © 1982–2023 Adobe Systems Incorporated. All rights reserved.