javax.jcr
Class MergeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.jcr.RepositoryException
javax.jcr.MergeException
- All Implemented Interfaces:
- Serializable
public class MergeException
- extends RepositoryException
Exception thrown by Node.merge(String srcWorkspace, boolean isDeep)
.
- See Also:
- Serialized Form
Constructor Summary |
MergeException()
Constructs a new instance of this class with null as its
detail message. |
MergeException(String message)
Constructs a new instance of this class with the specified detail
message. |
MergeException(String message,
Throwable rootCause)
Constructs a new instance of this class with the specified detail
message and root cause. |
MergeException(Throwable rootCause)
Constructs a new instance of this class with the specified root cause. |
MergeException
public MergeException()
- Constructs a new instance of this class with
null
as its
detail message.
MergeException
public MergeException(String message)
- Constructs a new instance of this class with the specified detail
message.
- Parameters:
message
- the detail message. The detail message is saved for
later retrieval by the RepositoryException.getMessage()
method.
MergeException
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. The detail message is saved for
later retrieval by the RepositoryException.getMessage()
method.rootCause
- root failure cause
MergeException
public MergeException(Throwable rootCause)
- Constructs a new instance of this class with the specified root cause.
- Parameters:
rootCause
- root failure cause
Copyright © 2004-2011 Day Management AG. All Rights Reserved.