Class CipPermException

  • All Implemented Interfaces:
    java.io.Serializable

    public class CipPermException
    extends CipException
    Returned by devices to signal a violation of the target element's read/write or readable status. Also Known As "Privilege Violation:.
    See Also:
    Serialized Form
    • 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

      • CipPermException

        protected CipPermException​(short[] extra,
                                   boolean trace)
        Required constructor for CipException.registerHandler()
        Parameters:
        extra -
        trace -
      • CipPermException

        public CipPermException​(short[] extra)
      • CipPermException

        public CipPermException()
      • CipPermException

        public CipPermException​(java.lang.String msg)
      • CipPermException

        public CipPermException​(short[] extra,
                                java.lang.String msg)
      • CipPermException

        public CipPermException​(byte code,
                                short[] extra)