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

TODO-FD20100507 : Need javadoc.

Version:
$Id: TopiaRuntimeException.java 1933 2010-05-07 12:54:09Z fdesbois $
Author:
chatellier
See Also:
Serialized Form

Constructor Summary
TopiaRuntimeException()
          Default constructor.
TopiaRuntimeException(String message)
          Constructor with message.
TopiaRuntimeException(String message, Throwable cause)
          Constructor for a wrapped TopiaRuntimeException over a cause with a message.
TopiaRuntimeException(Throwable cause)
          Constructor for a wrapped TopiaRuntimeException 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

TopiaRuntimeException

public TopiaRuntimeException()
Default constructor.


TopiaRuntimeException

public TopiaRuntimeException(String message)
Constructor with message.

Parameters:
message - exception message

TopiaRuntimeException

public TopiaRuntimeException(String message,
                             Throwable cause)
Constructor for a wrapped TopiaRuntimeException over a cause with a message.

Parameters:
message - exception message
cause - exception cause

TopiaRuntimeException

public TopiaRuntimeException(Throwable cause)
Constructor for a wrapped TopiaRuntimeException over a cause.

Parameters:
cause - exception cause


Copyright © 2004-2010 CodeLutin. All Rights Reserved.