Package java.security

Class UnrecoverableEntryException

    • Constructor Detail

      • UnrecoverableEntryException

        public UnrecoverableEntryException()
        Constructs a new instance of UnrecoverableEntryException.
      • UnrecoverableEntryException

        public UnrecoverableEntryException​(String msg)
        Constructs a new instance of UnrecoverableEntryException with the given message.
        Parameters:
        msg - the detail message for this exception.