com.intel.cosbench.service
Class CancelledException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.intel.cosbench.service.CancelledException
All Implemented Interfaces:
java.io.Serializable

public class CancelledException
extends java.lang.RuntimeException

This exception is used to adapt an interrupted exception that often occurs when a user is canceling a task

Author:
ywang19
See Also:
Serialized Form

Constructor Summary
CancelledException()
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CancelledException

public CancelledException()