Class ContextException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.tccc.kos.commons.core.context.ContextException
All Implemented Interfaces:
Serializable

public class ContextException extends RuntimeException
Base class for all context exceptions.
Since:
1.0
Version:
2022-10-28
See Also:
  • Constructor Details

    • ContextException

      public ContextException(String message)
      Constructs a new "context" exception with the specified message.
      Parameters:
      message - the detailed error message
    • ContextException

      public ContextException(String message, Throwable cause)
      Constructs a new "context" exception with the specified message and cause.
      Parameters:
      message - the detailed error message
      cause - the exception that caused this exception