org.apache.tomcat.bayeux
Class BayeuxException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.tomcat.bayeux.BayeuxException
All Implemented Interfaces:
java.io.Serializable

public class BayeuxException
extends java.lang.Exception

Version:
1.0
Author:
Filip Hanik
See Also:
Serialized Form

Constructor Summary
BayeuxException()
           
BayeuxException(java.lang.String message)
           
BayeuxException(java.lang.String message, java.lang.Throwable cause)
           
BayeuxException(java.lang.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

BayeuxException

public BayeuxException()

BayeuxException

public BayeuxException(java.lang.String message)

BayeuxException

public BayeuxException(java.lang.String message,
                       java.lang.Throwable cause)

BayeuxException

public BayeuxException(java.lang.Throwable cause)


Copyright © 2000-2009 Apache Software Foundation. All Rights Reserved.