Class NoCreateAccessException

    • Constructor Detail

      • NoCreateAccessException

        public NoCreateAccessException​(String aMessage,
                                       Throwable aCause)
        Constructs a new exception with the specified detail message and cause. Note that the detail message associated with cause is not automatically incorporated in this exception's detail message.
        Parameters:
        aMessage - the detail message
        aCause - the cause
      • NoCreateAccessException

        public NoCreateAccessException​(String aMessage)
        Constructs a new exception with the specified detail message.
        Parameters:
        aMessage - the detail message