Class InternalException

    • Constructor Detail

      • InternalException

        public InternalException()
        Default constructor.
      • InternalException

        public InternalException​(java.lang.String msg)
        Default constructor.
        Parameters:
        msg - The exception message.
      • InternalException

        public InternalException​(java.lang.Throwable t)
        Default constructor.
        Parameters:
        t - The linked Throwable object.