Package org.apache.activemq.web
Class NoSuchViewStyleException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- javax.servlet.ServletException
-
- org.apache.activemq.web.NoSuchViewStyleException
-
- All Implemented Interfaces:
Serializable
public class NoSuchViewStyleException extends ServletException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoSuchViewStyleException(String style, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getStyle()
-
Methods inherited from class javax.servlet.ServletException
getRootCause
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-