public class BadSlugException extends Exception
| Constructor and Description | 
|---|
| BadSlugException()Default Constructor. | 
| BadSlugException(String message) | 
| BadSlugException(String message,
                Throwable cause) | 
| BadSlugException(Throwable cause) | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic BadSlugException()
public BadSlugException(String message, Throwable cause)
message - A String message about the exception.cause - The Throwable cause of the exception.public BadSlugException(String message)
message - A String message about the exception.public BadSlugException(Throwable cause)
cause - The Throwable cause of the exception.Copyright © 2015 Collaborative Software Development Laboratory. All rights reserved.