public class PodamMockeryException extends RuntimeException
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
PodamMockeryException(String message)
Constructor with message
|
PodamMockeryException(String message,
Throwable cause)
Full constructor
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
private static final long serialVersionUID
public PodamMockeryException(String message, Throwable cause)
message
- The exception messagecause
- The error which caused this exception to be thrownpublic PodamMockeryException(String message)
message
- The exception messageCopyright © 2013. All rights reserved.