Class InsufficientPrivilegesException

  • All Implemented Interfaces:
    Serializable

    public class InsufficientPrivilegesException
    extends WorkspaceException
    The Class InsufficientPrivilegesException.
    Author:
    Francesco Mangiacrapa at ISTI-CNR (francesco.mangiacrapa@isti.cnr.it) Jun 15, 2018
    See Also:
    Serialized Form
    • Constructor Detail

      • InsufficientPrivilegesException

        public InsufficientPrivilegesException​(Throwable cause)
        Create a new internal error exception.
        Parameters:
        cause - the exception cause.
      • InsufficientPrivilegesException

        public InsufficientPrivilegesException​(String message)
        Create a new internal error exception.
        Parameters:
        message - the exception message.
      • InsufficientPrivilegesException

        public InsufficientPrivilegesException​(String message,
                                               Throwable cause)
        Create a new internal error exception.
        Parameters:
        message - the exception message.
        cause - the exception cause.