org.nuiton.topia
Class TopiaException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.nuiton.topia.TopiaException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
TopiaNotFoundException

public class TopiaException
extends Exception

Author:
poussin
See Also:
Serialized Form

Constructor Summary
TopiaException()
           
TopiaException(String message)
           
TopiaException(String message, Throwable cause)
           
TopiaException(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

TopiaException

public TopiaException()

TopiaException

public TopiaException(String message)
Parameters:
message -

TopiaException

public TopiaException(String message,
                      Throwable cause)
Parameters:
message -
cause -

TopiaException

public TopiaException(Throwable cause)
Parameters:
cause -


Copyright © 2004-2010 CodeLutin. All Rights Reserved.