Package org.jumpmind.symmetric
Class SymmetricException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jumpmind.symmetric.SymmetricException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
EngineAlreadyRegisteredException,SyntaxParsingException
This is a
RuntimeException that supports using the SymmetricDS Message infrastructure- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSymmetricException(String message, Object... args) SymmetricException(String message, Throwable cause) SymmetricException(String message, Throwable cause, Object... args) SymmetricException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SymmetricException
public SymmetricException() -
SymmetricException
-
SymmetricException
-
SymmetricException
-
SymmetricException
-
-
Method Details
-
getRootCause
-