org.nuiton.topia
Class TopiaException

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

public class TopiaException
extends Exception

Main exception for Topia errors on hibernate manipulations. Created: 23 déc. 2005 23:03:36

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

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

TopiaException

public TopiaException()
Default constructor.


TopiaException

public TopiaException(String message)
Constructor with message.

Parameters:
message - exception message

TopiaException

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

Parameters:
message - exception message
cause - exception cause

TopiaException

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

Parameters:
cause - exception cause


Copyright © 2004-2010 CodeLutin. All Rights Reserved.