public class ActivityViolationException extends VersionException
Node.checkout
and
Node.checkpoint
if an activity A is present on the current
session and any of the following conditions is met: Constructor and Description |
---|
ActivityViolationException()
Constructs a new instance of this class with
null as its
detail message. |
ActivityViolationException(java.lang.String message)
Constructs a new instance of this class with the specified detail
message.
|
ActivityViolationException(java.lang.String message,
java.lang.Throwable rootCause)
Constructs a new instance of this class with the specified detail message
and root cause.
|
ActivityViolationException(java.lang.Throwable rootCause)
Constructs a new instance of this class with the specified root cause.
|
public ActivityViolationException()
null
as its
detail message.public ActivityViolationException(java.lang.String message)
message
- the detail message. The detail message is saved for later
retrieval by the Throwable.getMessage()
method.public ActivityViolationException(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 causepublic ActivityViolationException(java.lang.Throwable rootCause)
rootCause
- root failure causeCopyright © 2010 - 2019 Adobe. All Rights Reserved