| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception javax.jcr.RepositoryException javax.jcr.MergeException
Constructor Summary | |
public | MergeException() Constructs a new instance of this class with null as its
detail message. | public | MergeException(String message) Constructs a new instance of this class with the specified detail
message.
Parameters: message - the detail message. | public | MergeException(String message, Throwable rootCause) Constructs a new instance of this class with the specified detail
message and root cause.
Parameters: message - the detail message. | public | MergeException(Throwable rootCause) Constructs a new instance of this class with the specified root cause. |
MergeException | public MergeException()(Code) | | Constructs a new instance of this class with null as its
detail message.
|
MergeException | public MergeException(String message)(Code) | | Constructs a new instance of this class with the specified detail
message.
Parameters: message - the detail message. The detail message is saved forlater retrieval by the MergeException.getMessage() method. |
MergeException | public MergeException(String message, Throwable rootCause)(Code) | | Constructs a new instance of this class with the specified detail
message and root cause.
Parameters: message - the detail message. The detail message is saved forlater retrieval by the MergeException.getMessage() method. Parameters: rootCause - root failure cause |
MergeException | public MergeException(Throwable rootCause)(Code) | | Constructs a new instance of this class with the specified root cause.
Parameters: rootCause - root failure cause |
|
|
|