Class TopiaNotFoundException

All Implemented Interfaces:
Serializable

public class TopiaNotFoundException extends TopiaException
Exception thrown if one of the expected configuration entries is missing at runtime Created: 23 déc. 2005 23:04:28
Author:
Benjamin Poussin - poussin@codelutin.com
See Also:
  • Constructor Details

    • TopiaNotFoundException

      public TopiaNotFoundException()
      Default constructor.
    • TopiaNotFoundException

      public TopiaNotFoundException(String message)
      Constructor with message.
      Parameters:
      message - exception message
    • TopiaNotFoundException

      public TopiaNotFoundException(String message, Throwable cause)
      Constructor for a wrapped TopiaNotFoundException over a cause with a message.
      Parameters:
      message - exception message
      cause - exception cause
    • TopiaNotFoundException

      public TopiaNotFoundException(Throwable cause)
      Constructor for a wrapped TopiaNotFoundException over a cause.
      Parameters:
      cause - exception cause