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