Module java.base

Class InaccessibleObjectException

All Implemented Interfaces:
Serializable

public class InaccessibleObjectException extends RuntimeException
Thrown when Java language access checks cannot be suppressed.
Since:
9
See Also:
  • Constructor Details

    • InaccessibleObjectException

      public InaccessibleObjectException()
      Constructs an InaccessibleObjectException with no detail message.
    • InaccessibleObjectException

      public InaccessibleObjectException(String msg)
      Constructs an InaccessibleObjectException with the given detail message.
      Parameters:
      msg - The detail message