org.eclipse.jetty.monitor.thread
Class ThreadMonitorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.jetty.monitor.thread.ThreadMonitorException
All Implemented Interfaces:
Serializable

public class ThreadMonitorException
extends Exception

See Also:
Serialized Form

Constructor Summary
ThreadMonitorException(String message, StackTraceElement[] stackTrace)
           
 
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

ThreadMonitorException

public ThreadMonitorException(String message,
                              StackTraceElement[] stackTrace)


Copyright © 1995-2011 Mort Bay Consulting. All Rights Reserved.