public class RaspoidInterruptedException extends RaspoidException
| Constructor and Description |
|---|
RaspoidInterruptedException(java.lang.String message)
Constructs a new interrupted exception with the specified detail message.
|
RaspoidInterruptedException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new interrupted exception with the specified detail message and cause.
|
RaspoidInterruptedException(java.lang.Throwable cause)
Constructs a new interrupted exception with the specified cause.
|
public RaspoidInterruptedException(java.lang.String message,
java.lang.Throwable cause)
message - the detail messagecause - the cause to be retrieved laterpublic RaspoidInterruptedException(java.lang.String message)
message - the detail messagepublic RaspoidInterruptedException(java.lang.Throwable cause)
cause - the cause to be retrieved later