Class PermissionDeniedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sshtools.common.permissions.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:
  • Constructor Details

    • PermissionDeniedException

      public PermissionDeniedException(String msg)
    • PermissionDeniedException

      public PermissionDeniedException(String message, Throwable t)