|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.day.cq.replication.ReplicationException
public class ReplicationException
Main exception thrown by classes in this package. May either contain an error message or another exception wrapped inside this exception.
| Constructor Summary | |
|---|---|
ReplicationException(Exception e)
Creates a ReplicationException given
a root exception |
|
ReplicationException(String s)
Creates a ReplicationException given
a message describing the failure cause |
|
ReplicationException(String s,
Exception e)
Creates a ReplicationException given
a message describing the failure cause and a root
exception |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ReplicationException(String s)
ReplicationException given
a message describing the failure cause
s - description
public ReplicationException(String s,
Exception e)
ReplicationException given
a message describing the failure cause and a root
exception
s - descriptione - root failure causepublic ReplicationException(Exception e)
ReplicationException given
a root exception
e - root failure cause
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||