Class CorruptStateException

    • Constructor Detail

      • CorruptStateException

        public CorruptStateException​(String message)
        Creates a new CorruptStateException
        Parameters:
        message - the exception message.
      • CorruptStateException

        public CorruptStateException​(Throwable ex)
        Creates a new CorruptStateException with the given exceptions stacktrace. This constructor copies the stacktrace as well as the message from the given Throwable into this exception.
        Parameters:
        ex - the exception cause