Class CopyException

    • Constructor Summary

      Constructors 
      Constructor Description
      CopyException()
      Constructs a new CopyException.
      CopyException​(java.lang.String msg)
      Constructs a new CopyException with a message string.
      CopyException​(java.lang.String msg, java.lang.Throwable cause)
      Constructs a new CopyException with a message string and a cause.
      CopyException​(java.lang.Throwable cause)
      Constructs a new CopyException with a cause.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

      • CopyException

        public CopyException()
        Constructs a new CopyException.
      • CopyException

        public CopyException​(java.lang.String msg)
        Constructs a new CopyException with a message string.
        Parameters:
        msg - a message string
      • CopyException

        public CopyException​(java.lang.String msg,
                             java.lang.Throwable cause)
        Constructs a new CopyException with a message string and a cause.
        Parameters:
        msg - the message string
        cause - a causal Throwable
      • CopyException

        public CopyException​(java.lang.Throwable cause)
        Constructs a new CopyException with a cause.
        Parameters:
        cause - a causal Throwable