Class UrlCopyException

  • All Implemented Interfaces:
    java.io.Serializable

    public class UrlCopyException
    extends ChainedException
    Encapsulates the exceptions caused by various errors in the url-copy library.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      UrlCopyException​(java.lang.String msg)  
      UrlCopyException​(java.lang.String msg, java.lang.Throwable ex)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • UrlCopyException

        public UrlCopyException​(java.lang.String msg)
      • UrlCopyException

        public UrlCopyException​(java.lang.String msg,
                                java.lang.Throwable ex)