org.apache.tiles.request
Class NotAvailableFeatureException

Package class diagram package NotAvailableFeatureException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.tiles.request.RequestException
                  extended by org.apache.tiles.request.NotAvailableFeatureException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NotAvailableFreemarkerServletException

public class NotAvailableFeatureException
extends RequestException

Exception that indicates that a feature could not be used since it is not available.

Version:
$Rev: 1306435 $ $Date: 2012-03-28 11:39:11 -0400 (Wed, 28 Mar 2012) $
See Also:
Serialized Form

Constructor Summary
NotAvailableFeatureException()
          Constructor.
NotAvailableFeatureException(String message)
          Constructor.
NotAvailableFeatureException(String message, Throwable e)
          Constructor.
NotAvailableFeatureException(Throwable e)
          Constructor.
 
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

NotAvailableFeatureException

public NotAvailableFeatureException()
Constructor.


NotAvailableFeatureException

public NotAvailableFeatureException(String message)
Constructor.

Parameters:
message - The detail message.

NotAvailableFeatureException

public NotAvailableFeatureException(Throwable e)
Constructor.

Parameters:
e - The cause to be wrapped.

NotAvailableFeatureException

public NotAvailableFeatureException(String message,
                                    Throwable e)
Constructor.

Parameters:
message - The detail message.
e - The cause to be wrapped.


Copyright © 2001-2012 Apache Software Foundation. All Rights Reserved.