Class RuntimeInsightException

All Implemented Interfaces:
Serializable

@PublicApi public class RuntimeInsightException extends InsightException
The RuntimeInsightException is a wrapper of an unexpected RuntimeException.
Since:
1.0
Author:
Mathias Edblom
See Also:
  • Constructor Details

    • RuntimeInsightException

      public RuntimeInsightException(String message)
    • RuntimeInsightException

      public RuntimeInsightException(RuntimeException e)
      An Constructor of an InsightRuntimeException.
      Parameters:
      e - - The causing exception
    • RuntimeInsightException

      public RuntimeInsightException(String msg, RuntimeException e)
      An Constructor of an InsightRuntimeException.
      Parameters:
      msg - - Description of what's likely caused the RuntimeException
      e - - The causing exception