com.maverick.sshd.platform
Class PermissionDeniedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.maverick.sshd.platform.PermissionDeniedException
- All Implemented Interfaces:
- Serializable
public class PermissionDeniedException
- extends Exception
Thrown when the file system denies access to a user whom does not have
permission to gain access to a file system object.
- Author:
- Lee David Painter
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
PermissionDeniedException
public PermissionDeniedException(String msg)
Copyright © 2012. All Rights Reserved.