public abstract class BaseException
extends java.lang.Exception
BaseException
serves as the base class
for all exceptions that are specific to this JCR implementation and that
are not derived from javax.jcr.RepositoryException
.Constructor and Description |
---|
BaseException(java.lang.String message)
Constructs a new instance of this class with the specified detail
message.
|
BaseException(java.lang.String message,
java.lang.Throwable rootCause)
Constructs a new instance of this class with the specified detail
message and root cause.
|
public BaseException(java.lang.String message)
message
- the detail message. The detail message is saved for
later retrieval by the Throwable.getMessage()
method.public BaseException(java.lang.String message, java.lang.Throwable rootCause)
message
- the detail message. The detail message is saved for
later retrieval by the Throwable.getMessage()
method.rootCause
- root failure causeCopyright © 2010 - 2020 Adobe. All Rights Reserved