Class TopiaRuntimeException

All Implemented Interfaces:
Serializable

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

    • 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