Class WorkspaceItemCopyException

  • All Implemented Interfaces:
    java.io.Serializable

    public class WorkspaceItemCopyException
    extends WorkspaceItemException
    Thrown when the workspace item cannot be copied as requested. Typically, a request is made to copy a parent folder into a child folder or a similar problem with the destination location.
    Since:
    2.1
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      WorkspaceItemCopyException​(java.lang.String path, java.lang.String message)
      Constructs a WorkspaceItemCopyException with the specified path and message.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

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

      • WorkspaceItemCopyException

        public WorkspaceItemCopyException​(java.lang.String path,
                                          java.lang.String message)
        Constructs a WorkspaceItemCopyException with the specified path and message.
        Parameters:
        path - the path of the workspace item.
        message - the detail message (which is saved for later retrieval by the AbstractCheckedException.getMessage() method).