public class DisplayInterruptException extends DisplayException
DisplayInterruptException is an exception for interrupting data
transformation.| Constructor and Description |
|---|
DisplayInterruptException()
Constructs a
DisplayInterruptException with no specified detail
message. |
DisplayInterruptException(java.lang.String message)
Constructs a
DisplayInterruptException with the specified detail
message. |
DisplayInterruptException(java.lang.String message,
java.lang.Throwable cause)
Constructs a
DisplayInterruptException with the specified detail
message and cause. |
DisplayInterruptException(java.lang.Throwable cause)
Constructs a
DisplayInterruptException with the specified cause. |
public DisplayInterruptException()
DisplayInterruptException with no specified detail
message.public DisplayInterruptException(java.lang.String message)
DisplayInterruptException with the specified detail
message.message - Detail message.public DisplayInterruptException(java.lang.String message,
java.lang.Throwable cause)
DisplayInterruptException with the specified detail
message and cause.message - Detail message.cause - Cause of the exception. null indicates that the
cause is nonexistent or unknown.public DisplayInterruptException(java.lang.Throwable cause)
DisplayInterruptException with the specified cause.cause - Cause of the exception. null indicates that the
cause is nonexistent or unknown.