public class UnsupportedBaseContextException extends Exception
| Constructor and Description | 
|---|
| UnsupportedBaseContextException() | 
| UnsupportedBaseContextException(String message) | 
| UnsupportedBaseContextException(String message,
                               Throwable cause) | 
| UnsupportedBaseContextException(String message,
                               Throwable cause,
                               boolean enableSuppression,
                               boolean writableStackTrace) | 
| UnsupportedBaseContextException(Throwable cause) | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnsupportedBaseContextException()
public UnsupportedBaseContextException(String message)
public UnsupportedBaseContextException(String message, Throwable cause)
public UnsupportedBaseContextException(Throwable cause)
public UnsupportedBaseContextException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.