org.apache.cocoon.servlet.util
Class ServletServiceUtils.ServletServiceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
ServletServiceUtils.ServletServiceException(String message, Throwable t)
           
ServletServiceUtils.ServletServiceException(Throwable t)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.