Class BaseApplicationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.imageconverter.infra.exception.BaseApplicationException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CsvFileGenerationException, ElementConflictException, ElementInvalidException, ElementNotFoundException, ImageConvertServiceException, ServiceUnavailableException

public abstract class BaseApplicationException extends RuntimeException
Base applicaton exception.
Author:
Fernando Romulo da Silva
See Also:
  • Constructor Details

    • BaseApplicationException

      protected BaseApplicationException(String msg, Object... params)
      Constructs a new BaseApplicationException exception with the specified detail message.
      Parameters:
      msg - The detail message
      params - The parameters used on message
    • BaseApplicationException

      protected BaseApplicationException(String msg, Throwable ex, Object... params)
      Constructs a new runtime exception with the specified detail message and cause.
      Parameters:
      msg - The detail message
      ex - The cause
      params - The parameters used on message