Class InaccessibleObjectException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.reflect.InaccessibleObjectException
- All Implemented Interfaces:
- Serializable
Thrown when Java language access checks cannot be suppressed.
- Since:
- 9
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionConstructs anInaccessibleObjectExceptionwith no detail message.Constructs anInaccessibleObjectExceptionwith the given detail message.
- 
Method SummaryMethods declared in class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
InaccessibleObjectExceptionpublic InaccessibleObjectException()Constructs anInaccessibleObjectExceptionwith no detail message.
- 
InaccessibleObjectExceptionConstructs anInaccessibleObjectExceptionwith the given detail message.- Parameters:
- msg- The detail message
 
 
-