org.gudy.azureus2.ui.swt.pluginsimpl
Class UISWTViewEventCancelledException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.gudy.azureus2.ui.swt.pluginsimpl.UISWTViewEventCancelledException
All Implemented Interfaces:
java.io.Serializable

public class UISWTViewEventCancelledException
extends java.lang.Exception

Author:
TuxPaper
See Also:
Serialized Form

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

UISWTViewEventCancelledException

public UISWTViewEventCancelledException()

UISWTViewEventCancelledException

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

UISWTViewEventCancelledException

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

UISWTViewEventCancelledException

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