Class SymmetricException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
EngineAlreadyRegisteredException, SyntaxParsingException

public class SymmetricException extends RuntimeException
This is a RuntimeException that supports using the SymmetricDS Message infrastructure
See Also:
  • Constructor Details

    • SymmetricException

      public SymmetricException()
    • SymmetricException

      public SymmetricException(Throwable cause)
    • SymmetricException

      public SymmetricException(String message, Object... args)
    • SymmetricException

      public SymmetricException(String message, Throwable cause)
    • SymmetricException

      public SymmetricException(String message, Throwable cause, Object... args)
  • Method Details

    • getRootCause

      public Throwable getRootCause()