org.apache.cocoon.servlet.util
Class ServletServiceUtils.ServletServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.cocoon.servlet.util.ServletServiceUtils.ServletServiceException
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- ServletServiceUtils
public static class ServletServiceUtils.ServletServiceException
- extends RuntimeException
A general purpose RuntimeException
that is used to indicate any problem with accessing a servlet-service.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ServletServiceUtils.ServletServiceException
public ServletServiceUtils.ServletServiceException(String message,
Throwable t)
ServletServiceUtils.ServletServiceException
public ServletServiceUtils.ServletServiceException(Throwable t)
Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.