@StampyLibrary(libraryName="stampy-client-server") public class InterceptException extends java.lang.Exception
| Constructor and Description |
|---|
InterceptException(java.lang.String message)
Instantiates a new intercept exception.
|
InterceptException(java.lang.String message,
java.lang.Throwable cause)
Instantiates a new intercept exception.
|
public InterceptException(java.lang.String message)
message - the messagepublic InterceptException(java.lang.String message,
java.lang.Throwable cause)
message - the messagecause - the cause