Class PathResolveException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.hierynomus.smbj.paths.PathResolveException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DFSException

public class PathResolveException extends Exception
See Also:
  • Field Details

    • status

      private final long status
  • Constructor Details

    • PathResolveException

      public PathResolveException(long status)
    • PathResolveException

      public PathResolveException(long status, String message)
    • PathResolveException

      public PathResolveException(Throwable cause)
  • Method Details

    • getStatusCode

      public long getStatusCode()
    • getStatus

      public NtStatus getStatus()