Package com.day.cq.replication
Class UnrecoverableReplicationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.day.cq.replication.ReplicationException
com.day.cq.replication.UnrecoverableReplicationException
- All Implemented Interfaces:
Serializable
This replication exception should be thrown, if the current
replication can't be retried at a later time as the error
is unrecoverable.
- Since:
- 5.4
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates aReplicationExceptiongiven a root exceptionCreates aReplicationExceptiongiven a message describing the failure causeCreates aReplicationExceptiongiven a message describing the failure cause and a root exception -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnrecoverableReplicationException
Creates aReplicationExceptiongiven a message describing the failure cause- Parameters:
s- description
-
UnrecoverableReplicationException
Creates aReplicationExceptiongiven a message describing the failure cause and a root exception- Parameters:
s- descriptione- root failure cause
-
UnrecoverableReplicationException
Creates aReplicationExceptiongiven a root exception- Parameters:
e- root failure cause
-