Class LoggingSystemException

All Implemented Interfaces:
Serializable

public class LoggingSystemException extends RuntimeException
Thrown when something goes wrong on Logging System.
Since:
3.8
Author:
Luis Duarte
See Also:
  • Constructor Details

    • LoggingSystemException

      public LoggingSystemException(String message, Throwable cause)
      Create exception with detailed message and cause.
      Parameters:
      message - the detail message (which is saved for later retrieval by the Throwable.getMessage() method).
      cause - the cause (which is saved for later retrieval by the Throwable.getCause() method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)
    • LoggingSystemException

      public LoggingSystemException(String message)
      Create exception with detailed message and cause.
      Parameters:
      message - the detail message (which is saved for later retrieval by the Throwable.getMessage() method).