Package ipsk.net

Class UploadException

  • All Implemented Interfaces:
    java.io.Serializable

    public class UploadException
    extends java.lang.Exception
    Exception class for UploadCache
    Author:
    K.Jaensch, klausj@phonetik.uni-muenchen.de
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      UploadException()
      Upload exception.
      UploadException​(java.lang.String message)
      Upload exception.
      UploadException​(java.lang.String message, java.lang.Throwable cause)
      Upload exception.
      UploadException​(java.lang.Throwable cause)
      Upload exception.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
    • Constructor Detail

      • UploadException

        public UploadException()
        Upload exception.
      • UploadException

        public UploadException​(java.lang.String message)
        Upload exception.
        Parameters:
        message -
      • UploadException

        public UploadException​(java.lang.Throwable cause)
        Upload exception.
        Parameters:
        cause -
      • UploadException

        public UploadException​(java.lang.String message,
                               java.lang.Throwable cause)
        Upload exception.
        Parameters:
        message -
        cause -