Class TopiaRuntimeException

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

public class TopiaRuntimeException
extends java.lang.RuntimeException
TODO-FD20100507 : Need javadoc.
Version:
$Id$
Author:
chatellier <chatellier@codelutin.com>
See Also:
Serialized Form
  • Constructor Summary

    Constructors 
    Constructor Description
    TopiaRuntimeException()
    Default constructor.
    TopiaRuntimeException​(java.lang.String message)
    Constructor with message.
    TopiaRuntimeException​(java.lang.String message, java.lang.Throwable cause)
    Constructor for a wrapped TopiaRuntimeException over a cause with a message.
    TopiaRuntimeException​(java.lang.Throwable cause)
    Constructor for a wrapped TopiaRuntimeException over a cause.
  • Method Summary

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • TopiaRuntimeException

      public TopiaRuntimeException()
      Default constructor.
    • TopiaRuntimeException

      public TopiaRuntimeException​(java.lang.String message)
      Constructor with message.
      Parameters:
      message - exception message
    • TopiaRuntimeException

      public TopiaRuntimeException​(java.lang.String message, java.lang.Throwable cause)
      Constructor for a wrapped TopiaRuntimeException over a cause with a message.
      Parameters:
      message - exception message
      cause - exception cause
    • TopiaRuntimeException

      public TopiaRuntimeException​(java.lang.Throwable cause)
      Constructor for a wrapped TopiaRuntimeException over a cause.
      Parameters:
      cause - exception cause