public class RestContextNotFoundException extends RuntimeException
RestContext
hasn't been found for the given test case.RestContext,
Serialized Form| Constructor and Description |
|---|
RestContextNotFoundException(String message)
Creates new instance of
RestContextNotFoundException exception with detailed error message. |
RestContextNotFoundException(String message,
Throwable cause)
Creates new instance of
RestContextNotFoundException exception with detailed error message and inner
cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RestContextNotFoundException(String message)
RestContextNotFoundException exception with detailed error message.message - the detailed error messagepublic RestContextNotFoundException(String message, Throwable cause)
RestContextNotFoundException exception with detailed error message and inner
cause.message - the detailed error messagecause - the inner causeCopyright © 2013 JBoss by Red Hat. All Rights Reserved.