Class InternalException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ReferenceException

public class InternalException extends ApplicationException
Errors caused by programming mistakes
See Also:
  • Constructor Details

    • InternalException

      public InternalException()
      Creates an error instance and assigns its values.
      See Also:
    • InternalException

      public InternalException(String correlationId, String code, String message)
      Creates an error instance and assigns its values.
      Parameters:
      correlationId - (optional) a unique transaction id to trace execution through call chain.
      code - (optional) a unique error code. Default: "UNKNOWN"
      message - (optional) a human-readable description of the error.
      See Also: