Class BaseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.rapidcontext.core.BaseException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ConnectionException, JsException, ProcedureException, StorageException

public abstract class BaseException extends Exception
An abstract base exception. This class exists to make it easy to catch any checked exception thrown from the core library layer.
Version:
1.0
See Also:
  • Constructor Details

    • BaseException

      public BaseException(String message)
      Creates a new base exception.
      Parameters:
      message - the detailed error message
    • BaseException

      public BaseException(String message, Throwable e)
      Creates a new base exception.
      Parameters:
      message - the detailed error message
      e - the base exception