Package com.hierynomus.smbj.paths
Class PathResolveException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.hierynomus.smbj.paths.PathResolveException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DFSException
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPathResolveException
(long status) PathResolveException
(long status, String message) PathResolveException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
status
private final long status
-
-
Constructor Details
-
PathResolveException
public PathResolveException(long status) -
PathResolveException
-
PathResolveException
-
-
Method Details
-
getStatusCode
public long getStatusCode() -
getStatus
-