org.progressmining.xeslite.utils
Class UserCancelledException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.progressmining.xeslite.utils.UserCancelledException
All Implemented Interfaces:
java.io.Serializable

public class UserCancelledException
extends java.lang.Exception

See Also:
Serialized Form

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

UserCancelledException

public UserCancelledException()

UserCancelledException

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

UserCancelledException

public UserCancelledException(java.lang.String message)

UserCancelledException

public UserCancelledException(java.lang.Throwable cause)