public class InvalidContextException extends Exception
| Constructor and Description |
|---|
InvalidContextException()
Creates a new instance of
InvalidContextException without
detail message. |
InvalidContextException(String msg)
Constructs an instance of
InvalidContextException with the
specified detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidContextException()
InvalidContextException without
detail message.public InvalidContextException(String msg)
InvalidContextException with the
specified detail message.msg - the detail message.Copyright © 2017 DuraSpace. All Rights Reserved.