Class UserAccessException

  • All Implemented Interfaces:
    java.io.Serializable

    public class UserAccessException
    extends java.io.IOException
    Exception thrown when a user requests some operation to be performed but does not have sufficient privileges.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      UserAccessException()
      Default constructor.
      UserAccessException​(java.lang.String msg)
      Create a new UserAccessException with the given message.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • UserAccessException

        public UserAccessException()
        Default constructor.
      • UserAccessException

        public UserAccessException​(java.lang.String msg)
        Create a new UserAccessException with the given message.
        Parameters:
        msg - the message explaining what caused the exception.