org.nuiton.topia
Class TopiaNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.nuiton.topia.TopiaException
              extended by 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: TopiaNotFoundException.java 1933 2010-05-07 12:54:09Z fdesbois $
Author:
poussin
See Also:
Serialized Form

Constructor Summary
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
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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


Copyright © 2004-2010 CodeLutin. All Rights Reserved.