All Implemented Interfaces:
Serializable

public class ContextNotFoundException extends NotFoundException
The Class ContextNotFoundException.
Author:
Luca Frosini (ISTI - CNR)
See Also:
  • Constructor Details

    • ContextNotFoundException

      public ContextNotFoundException(String message)
      Instantiates a new context not found exception.
      Parameters:
      message - the message
    • ContextNotFoundException

      public ContextNotFoundException(Throwable cause)
      Instantiates a new context not found exception.
      Parameters:
      cause - the cause
    • ContextNotFoundException

      public ContextNotFoundException(String message, Throwable cause)
      Instantiates a new context not found exception.
      Parameters:
      message - the message
      cause - the cause