Class MSTRAccessDeniedException

  • All Implemented Interfaces:
    LocalizableException, java.io.Serializable

    public class MSTRAccessDeniedException
    extends MSTRCheckedException
    Checked exception thrown when a file access is denied, typically due to a file path is not allowed to be accessed.
    See Also:
    Serialized Form
    • Constructor Detail

      • MSTRAccessDeniedException

        public MSTRAccessDeniedException()
        Constructs a MSTRAccessDeniedException with null as its error detail message.
      • MSTRAccessDeniedException

        public MSTRAccessDeniedException​(java.lang.String s)
        Constructs a MSTRAccessDeniedException with the specified detail message.
        Parameters:
        s - The detail message.
      • MSTRAccessDeniedException

        public MSTRAccessDeniedException​(java.lang.String s,
                                         java.lang.Throwable cause)
        Constructs an MSTRAccessDeniedException with the specified detail message and cause.
        Parameters:
        s - The detail message.
        cause - The cause