Package com.biglybt.ui.swt.pifimpl
Class UISWTViewEventCancelledException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.biglybt.ui.swt.pifimpl.UISWTViewEventCancelledException
-
- All Implemented Interfaces:
java.io.Serializable
public class UISWTViewEventCancelledException extends java.lang.Exception
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description UISWTViewEventCancelledException()
UISWTViewEventCancelledException(java.lang.String message)
UISWTViewEventCancelledException(java.lang.String message, java.lang.Throwable cause)
UISWTViewEventCancelledException(java.lang.Throwable cause)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
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
-
-
-