Class DeleteAccessPermissionException

  • All Implemented Interfaces:
    java.io.Serializable

    public class DeleteAccessPermissionException
    extends MopsException
    Is thrown when an user tries to delete something where he/she/it doesn't have the permission for it.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      DeleteAccessPermissionException​(java.lang.String message)
      Is thrown when an user tries to delete something where he/she/it doesn't have the permission for it.
    • 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

      • DeleteAccessPermissionException

        public DeleteAccessPermissionException​(java.lang.String message)
        Is thrown when an user tries to delete something where he/she/it doesn't have the permission for it.
        Parameters:
        message - message of the checked exception