|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.edg.data.util.DataException
org.edg.data.reptor.ReplicaManagerException
Base Exception class for all exception thrown by Reptor
Constructor Summary | |
ReplicaManagerException(java.lang.String message)
Constructs a ReplicaManagerException with the specified
detail message. |
|
ReplicaManagerException(java.lang.String message,
java.lang.Throwable e)
|
|
ReplicaManagerException(java.lang.Throwable exc)
Constructs a ReplicaManagerException from another exception. |
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 ReplicaManagerException(java.lang.String message)
ReplicaManagerException
with the specified
detail message.
message
- the messagepublic ReplicaManagerException(java.lang.Throwable exc)
ReplicaManagerException
from another exception.
exc
- the exceptionpublic ReplicaManagerException(java.lang.String message, java.lang.Throwable e)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |