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