@InterfaceAudience.Public @InterfaceStability.Evolving public class RegistryIOException extends PathIOException
These exceptions include the path of the failing operation wherever possible;
this can be retrieved via PathIOException.getPath().
| Constructor and Description |
|---|
RegistryIOException(String message,
PathIOException cause)
Build an exception from any other Path IO Exception.
|
RegistryIOException(String path,
String error) |
RegistryIOException(String path,
String error,
Throwable cause) |
RegistryIOException(String path,
Throwable cause) |
getMessage, getPath, getTargetPath, setOperation, setTargetPathaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RegistryIOException(String message, PathIOException cause)
message - more specific textcause - causeCopyright © 2018 CERN. All Rights Reserved.