public class MountException
extends java.io.IOException
| Constructor and Description |
|---|
MountException(MountStatus status,
java.lang.String message)
Construct a new Mount exception with the given status and message.
|
MountException(MountStatus status,
java.lang.String message,
java.lang.Exception cause)
Construct a new Mount exception with the given status, message, and cause.
|
| Modifier and Type | Method and Description |
|---|---|
MountStatus |
getStatus() |
public MountException(MountStatus status, java.lang.String message, java.lang.Exception cause)
status - The status instance.message - The error message.cause - The causepublic MountException(MountStatus status, java.lang.String message)
status - The status instance.message - The error messagepublic MountStatus getStatus()