org.jboss.web.tomcat.service.session.distributedcache.spi
Class ClusteringNotSupportedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jboss.web.tomcat.service.session.distributedcache.spi.ClusteringNotSupportedException
All Implemented Interfaces:
Serializable

public class ClusteringNotSupportedException
extends Exception

This exception is thrown when the clustered HTTPSession-service is not found

Version:
$Revision: 56007 $
Author:
Thomas Peuss
See Also:
Serialized Form

Constructor Summary
ClusteringNotSupportedException(String message)
           
ClusteringNotSupportedException(String message, Throwable cause)
           
 
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

ClusteringNotSupportedException

public ClusteringNotSupportedException(String message)

ClusteringNotSupportedException

public ClusteringNotSupportedException(String message,
                                       Throwable cause)


Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.