Class AttributePermissionException

  • All Implemented Interfaces:
    java.io.Serializable

    @Deprecated(since="1905",
                forRemoval=true)
    public class AttributePermissionException
    extends java.lang.RuntimeException
    Deprecated, for removal: This API element is subject to removal in a future version.
    since 1905, please use AttributePermissionException
    Exception thrown when attempting to user cannot access an attribute
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      AttributePermissionException​(java.lang.String message)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      AttributePermissionException​(java.lang.String message, java.lang.Throwable cause)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      AttributePermissionException​(java.lang.Throwable cause)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
    • 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

      • AttributePermissionException

        public AttributePermissionException​(java.lang.String message,
                                            java.lang.Throwable cause)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • AttributePermissionException

        public AttributePermissionException​(java.lang.String message)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • AttributePermissionException

        public AttributePermissionException​(java.lang.Throwable cause)
        Deprecated, for removal: This API element is subject to removal in a future version.