public class RestDocException extends RuntimeException
| Constructor and Description |
|---|
RestDocException(String message) |
RestDocException(String message,
Throwable cause) |
RestDocException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RestDocException(String message, Throwable cause)
message - the detail message (which is saved for later retrieval by the getMessage() method).cause - the cause (which is saved for later retrieval by the getCause() method). (A null value is permitted, and indicates that
the cause is nonexistent or unknown.)public RestDocException(String message)
message - the detail message (which is saved for later retrieval by the getMessage() method).public RestDocException(Throwable cause)
cause - the cause (which is saved for later retrieval by the getCause() method). (A null value is permitted, and indicates that
the cause is nonexistent or unknown.)Copyright © 2012-2014 RestDoc.org. All Rights Reserved.