com.gubutech.xload
Class XloadUploadException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.gubutech.xload.XloadUploadException
All Implemented Interfaces:
java.io.Serializable

public class XloadUploadException
extends java.lang.RuntimeException

Signals that a method has been called illegally, because it was called before an upload has been attempted.

Since:
1.0
See Also:
Serialized Form

Constructor Summary
XloadUploadException()
          Creates a new instance of XloadUploadException without detail message.
XloadUploadException(java.lang.String msg)
          Constructs an instance of XloadUploadException with the specified detail message.
 
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

XloadUploadException

public XloadUploadException()
Creates a new instance of XloadUploadException without detail message.

Since:
1.0

XloadUploadException

public XloadUploadException(java.lang.String msg)
Constructs an instance of XloadUploadException with the specified detail message.

Parameters:
msg - the detail message.
Since:
1.0