Package org.opennms.bootstrap
Class FilesystemPermissionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.opennms.bootstrap.FilesystemPermissionException
-
- All Implemented Interfaces:
Serializable
public class FilesystemPermissionException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FilesystemPermissionException(Path path, String user)
FilesystemPermissionException(Path path, String user, Exception e)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-