Class AccessInternalException

    • Constructor Summary

      Constructors 
      Constructor Description
      AccessInternalException​(java.lang.String message)
      constructor with message
      AccessInternalException​(java.lang.String message, java.lang.Throwable cause)
      constructor with message and throwable
      AccessInternalException​(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)
      constructor with message throwable anableSuppression and writableStackTrace
      AccessInternalException​(java.lang.Throwable cause)
      constructor with throwable
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • AccessInternalException

        public AccessInternalException​(java.lang.String message)
        constructor with message
        Parameters:
        message - message to associate with the exception
      • AccessInternalException

        public AccessInternalException​(java.lang.Throwable cause)
        constructor with throwable
        Parameters:
        cause - cause to associate with the exception
      • AccessInternalException

        public AccessInternalException​(java.lang.String message,
                                       java.lang.Throwable cause)
        constructor with message and throwable
        Parameters:
        message - message to associate with the exception
        cause - cause to associate with the exception
      • AccessInternalException

        public AccessInternalException​(java.lang.String message,
                                       java.lang.Throwable cause,
                                       boolean enableSuppression,
                                       boolean writableStackTrace)
        constructor with message throwable anableSuppression and writableStackTrace
        Parameters:
        message - associated message
        cause - associated cause
        enableSuppression - allow suppression or not
        writableStackTrace - allow writable stack trace or not