public class PosixRuntimeException extends RuntimeException
RuntimeException to provide more specific error handling for POSIX-related errors.| Constructor and Description |
|---|
PosixRuntimeException(String message)
Constructs a new PosixRuntimeException with the specified detail message.
|
PosixRuntimeException(Throwable cause)
Constructs a new PosixRuntimeException with the specified cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PosixRuntimeException(String message)
message - The detail message for the exception.public PosixRuntimeException(Throwable cause)
cause - The cause of the exception.Copyright © 2024. All rights reserved.