org.duracloud.storage.error
Class TaskException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.duracloud.common.error.DuraCloudRuntimeException
                  extended by org.duracloud.storage.error.TaskException
All Implemented Interfaces:
java.io.Serializable, MessageFormattable
Direct Known Subclasses:
UnsupportedTaskException

public class TaskException
extends DuraCloudRuntimeException

See Also:
Serialized Form

Constructor Summary
TaskException(java.lang.String message)
           
TaskException(java.lang.String message, java.lang.Throwable throwable)
           
 
Method Summary
 
Methods inherited from class org.duracloud.common.error.DuraCloudRuntimeException
getArgs, getFormattedMessage, getKey, setArgs
 
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

TaskException

public TaskException(java.lang.String message)

TaskException

public TaskException(java.lang.String message,
                     java.lang.Throwable throwable)


Copyright © 2009-2010 DuraSpace. All Rights Reserved.