Class UnsupportedApplicationContextException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ProtocolException
-
- UnsupportedApplicationContextException
-
- All Implemented Interfaces:
Serializable
public class UnsupportedApplicationContextException extends ProtocolException
Exception thrown when an attempt is made to use an unsupported application context.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsupportedApplicationContextException()
UnsupportedApplicationContextException(String msg)
UnsupportedApplicationContextException(String msg, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UnsupportedApplicationContextException
public UnsupportedApplicationContextException()
-
UnsupportedApplicationContextException
public UnsupportedApplicationContextException(String msg)
-
-