se.datadosen.jalbum
Class OperationAbortedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by se.datadosen.jalbum.OperationAbortedException
All Implemented Interfaces:
java.io.Serializable

public class OperationAbortedException
extends java.lang.RuntimeException

Thrown when album creation or file uploading has been aborted

See Also:
Serialized Form

Constructor Summary
OperationAbortedException()
          Abort the operation silently
OperationAbortedException(java.lang.String msg)
          Abort the operation, explaining the reason in a popup dialog
 
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

OperationAbortedException

public OperationAbortedException()
Abort the operation silently


OperationAbortedException

public OperationAbortedException(java.lang.String msg)
Abort the operation, explaining the reason in a popup dialog

Parameters:
msg - Message to display