org.wings.event
Class ExitVetoException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.wings.event.ExitVetoException
All Implemented Interfaces:
Serializable

public class ExitVetoException
extends Exception

For vetoing an application triggered session exit.

Author:
Armin Haaf
See Also:
Serialized Form

Constructor Summary
ExitVetoException(String message)
           
ExitVetoException(String message, 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

ExitVetoException

public ExitVetoException(String message)

ExitVetoException

public ExitVetoException(String message,
                         Throwable cause)


wingS Swings ;-)