Package com.day.cq.replication
Class PathNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.day.cq.replication.ReplicationException
com.day.cq.replication.PathNotFoundException
- All Implemented Interfaces:
Serializable
This exception is thrown when the path to replicate is not found.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates aPathNotFoundExceptiongiven a root exceptionCreates aPathNotFoundExceptiongiven a message describing the failure causeCreates aPathNotFoundExceptiongiven 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
-
PathNotFoundException
Creates aPathNotFoundExceptiongiven a message describing the failure cause- Parameters:
s- description
-
PathNotFoundException
Creates aPathNotFoundExceptiongiven a message describing the failure cause and a root exception- Parameters:
s- descriptione- root failure cause
-
PathNotFoundException
Creates aPathNotFoundExceptiongiven a root exception- Parameters:
e- root failure cause
-