Class InsufficientAccessRightsException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.uni_kiel.rz.fdr.repl.error.InsufficientAccessRightsException
All Implemented Interfaces:
Serializable

public class InsufficientAccessRightsException extends Exception
Thrown when cau-repl does not proper access rights in the JVM. You probably need to add --add-opens 'java.base/java.lang=ALL-UNNAMED' to your java parameters.
See Also:
  • Field Details

    • explanation

      public static final String explanation
      Contains the instructions for fixing this error condition.
      See Also:
  • Constructor Details

    • InsufficientAccessRightsException

      public InsufficientAccessRightsException(String message)
      Create a new instance of the exception
      Parameters:
      message - The message.
    • InsufficientAccessRightsException

      public InsufficientAccessRightsException(String message, Throwable cause)
      Create a new instance of the exception
      Parameters:
      message - The message.
      cause - The cause.