Class CopyToWorkspaceException

    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getPath()
      Return the path to the item that caused the exception.
      • 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

      • CopyToWorkspaceException

        public CopyToWorkspaceException​(java.lang.String path,
                                        java.lang.String message)
        Constructs a CopyToWorkspaceException with the specified path and detail message.
        Parameters:
        path - The path to the item that caused the exception.
        message - The detail message.
    • Method Detail

      • getPath

        public java.lang.String getPath()
        Return the path to the item that caused the exception.
        Returns:
        The path of the item.