public class PathResolveException
extends java.lang.Exception
| Constructor and Description |
|---|
PathResolveException(long status) |
PathResolveException(long status,
java.lang.String message) |
PathResolveException(java.lang.Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
NtStatus |
getStatus() |
long |
getStatusCode() |
public PathResolveException(long status)
public PathResolveException(long status,
java.lang.String message)
public PathResolveException(java.lang.Throwable cause)
public long getStatusCode()
public NtStatus getStatus()