public class HstPageNotFoundException extends RuntimeException
| Constructor and Description | 
|---|
| HstPageNotFoundException()Constructs a new HstPageNotFoundException exception. | 
| HstPageNotFoundException(String message)Constructs a new HstPageNotFoundException exception with the given message. | 
| HstPageNotFoundException(String msg,
                        Throwable nested)Constructs a new HstPageNotFoundException exception when the container needs to do
 the following:
 
 throw an exception 
 include the "nested" exception
 include a description message
  | 
| HstPageNotFoundException(Throwable nested)Constructs a new HstPageNotFoundException exception with the nested exception. | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic HstPageNotFoundException()
public HstPageNotFoundException(String message)
message - the exception messagepublic HstPageNotFoundException(Throwable nested)
nested - the nested exceptionpublic HstPageNotFoundException(String msg, Throwable nested)
msg - the exception messagenested - the nested exceptionCopyright © 2019. All rights reserved.