com.groovemanager.exception
Class CancelledByUserException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.groovemanager.exception.NotFinishedException
              extended by com.groovemanager.exception.CancelledByUserException
All Implemented Interfaces:
java.io.Serializable

public class CancelledByUserException
extends NotFinishedException

This Exception indicates that the user has cancelled an operation. This will mostly happen when pressing cancel.

Author:
Manu Robledo
See Also:
Serialized Form

Constructor Summary
CancelledByUserException()
          Constructs a new CancelledByUserException
CancelledByUserException(java.lang.String message)
          Constructs a new CancelledByUserException with the specified message.
 
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

CancelledByUserException

public CancelledByUserException()
Constructs a new CancelledByUserException


CancelledByUserException

public CancelledByUserException(java.lang.String message)
Constructs a new CancelledByUserException with the specified message.

Parameters:
message - The message