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

Author:
poussin
See Also:
Serialized Form

Constructor Summary
TopiaNotFoundException()
           
TopiaNotFoundException(java.lang.String message)
           
TopiaNotFoundException(java.lang.String message, java.lang.Throwable cause)
           
TopiaNotFoundException(java.lang.Throwable 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()

TopiaNotFoundException

public TopiaNotFoundException(java.lang.String message)
Parameters:
message -

TopiaNotFoundException

public TopiaNotFoundException(java.lang.String message,
                              java.lang.Throwable cause)
Parameters:
message -
cause -

TopiaNotFoundException

public TopiaNotFoundException(java.lang.Throwable cause)
Parameters:
cause -


Copyright © 2004-2009 CodeLutin. All Rights Reserved.