org.xerial.tomcat
Class TomcatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.xerial.core.XerialException
              extended by org.xerial.tomcat.TomcatException
All Implemented Interfaces:
Serializable

public class TomcatException
extends XerialException

Exception related to Tomcat

Author:
leo
See Also:
Serialized Form

Constructor Summary
TomcatException()
           
TomcatException(Object... message)
           
TomcatException(String message)
           
TomcatException(String message, Throwable cause)
           
TomcatException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.xerial.core.XerialException
concatinateMessage
 
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

TomcatException

public TomcatException()

TomcatException

public TomcatException(Object... message)
Parameters:
message -

TomcatException

public TomcatException(String message,
                       Throwable cause)
Parameters:
message -
cause -

TomcatException

public TomcatException(String message)
Parameters:
message -

TomcatException

public TomcatException(Throwable cause)
Parameters:
cause -


Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 2.1 Japan License.