org.eclipse.net4j.util.om.monitor
Class MonitorCanceledException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.eclipse.net4j.util.om.monitor.MonitorCanceledException
All Implemented Interfaces:
Serializable

public class MonitorCanceledException
extends RuntimeException

Since:
2.0
See Also:
Serialized Form
No Extend
This interface is not intended to be extended by clients.

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

MonitorCanceledException

public MonitorCanceledException()

MonitorCanceledException

public MonitorCanceledException(String message)

MonitorCanceledException

public MonitorCanceledException(Throwable cause)

MonitorCanceledException

public MonitorCanceledException(String message,
                                Throwable cause)


Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.