org.nuiton.topia
Class TopiaVetoException

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

public class TopiaVetoException
extends java.lang.RuntimeException

Author:
poussin
See Also:
Serialized Form

Constructor Summary
TopiaVetoException()
           
TopiaVetoException(java.lang.String message)
           
TopiaVetoException(java.lang.String message, java.lang.Throwable cause)
           
TopiaVetoException(java.lang.Throwable 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

TopiaVetoException

public TopiaVetoException()

TopiaVetoException

public TopiaVetoException(java.lang.String message)
Parameters:
message -

TopiaVetoException

public TopiaVetoException(java.lang.String message,
                          java.lang.Throwable cause)
Parameters:
message -
cause -

TopiaVetoException

public TopiaVetoException(java.lang.Throwable cause)
Parameters:
cause -


Copyright © 2004-2010 CodeLutin. All Rights Reserved.