Class SKException

    • Constructor Detail

      • SKException

        public SKException​(@Nullable
                           String message)
        Initializes a new instance of the SKException class with its message set to message.
        Parameters:
        message - A string that describes the error.
      • SKException

        public SKException​(@Nullable
                           String message,
                           @Nullable
                           Throwable cause)
        Initializes a new instance of the SKException class with its message set to message.
        Parameters:
        message - A string that describes the error.
        cause - The exception that is the cause of the current exception.