Class TopiaNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class TopiaNotFoundException
extends TopiaException
TODO-FD20100507 : Need javadoc. Created: 23 déc. 2005 23:04:28
Version:
$Id$
Author:
poussin <poussin@codelutin.com>
See Also:
Serialized Form
  • Constructor Summary

    Constructors 
    Constructor Description
    TopiaNotFoundException()
    Default constructor.
    TopiaNotFoundException​(java.lang.String message)
    Constructor with message.
    TopiaNotFoundException​(java.lang.String message, java.lang.Throwable cause)
    Constructor for a wrapped TopiaNotFoundException over a cause with a message.
    TopiaNotFoundException​(java.lang.Throwable cause)
    Constructor for a wrapped TopiaNotFoundException over a cause.
  • Method Summary

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • TopiaNotFoundException

      public TopiaNotFoundException()
      Default constructor.
    • TopiaNotFoundException

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

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

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