org.nuiton.topia
Class TopiaRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.nuiton.topia.TopiaRuntimeException
All Implemented Interfaces:
Serializable

public class TopiaRuntimeException
extends RuntimeException

TopiaRuntimeException

Version:
$Revision: 1715 $ Last update : $Date: 2009-12-15 01:26:16 +0100 (mar., 15 déc. 2009) $ By : $Author: tchemit $
Author:
chatellier
See Also:
Serialized Form

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

TopiaRuntimeException

public TopiaRuntimeException()
Constructor


TopiaRuntimeException

public TopiaRuntimeException(String message)
Constructor

Parameters:
message - message

TopiaRuntimeException

public TopiaRuntimeException(Throwable cause)
Constructor

Parameters:
cause - cause

TopiaRuntimeException

public TopiaRuntimeException(String message,
                             Throwable cause)
Constructor

Parameters:
message - message
cause - cause


Copyright © 2004-2010 CodeLutin. All Rights Reserved.