org.tranche.server.logs
Class UploadFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.tranche.server.logs.UploadFailedException
All Implemented Interfaces:
java.io.Serializable

public class UploadFailedException
extends java.io.IOException

Signature exception to end an upload with certain status.

Author:
Bryan E. Smith - bryanesmith@gmail.com
See Also:
Serialized Form

Constructor Summary
UploadFailedException()
          Create a standard UploadFailedException without a message.
UploadFailedException(java.lang.String msg)
          Create a standard UploadFailedException with a 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

UploadFailedException

public UploadFailedException()
Create a standard UploadFailedException without a message.


UploadFailedException

public UploadFailedException(java.lang.String msg)
Create a standard UploadFailedException with a message.

Parameters:
msg -


This code is free for use both commercially and non-commercially as stated in the project's license