Class TopiaException

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

public class TopiaException
extends java.lang.RuntimeException
Main exception for Topia errors on hibernate manipulations. Created: 23 déc. 2005 23:03:36
Version:
$Id$
Author:
poussin <poussin@codelutin.com>
See Also:
Serialized Form
  • Constructor Summary

    Constructors 
    Constructor Description
    TopiaException()
    Default constructor.
    TopiaException​(java.lang.String message)
    Constructor with message.
    TopiaException​(java.lang.String message, java.lang.Throwable cause)
    Constructor for a wrapped TopiaException over a cause with a message.
    TopiaException​(java.lang.Throwable cause)
    Constructor for a wrapped TopiaException 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

    • TopiaException

      public TopiaException()
      Default constructor.
    • TopiaException

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

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

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