Class InvalidUuidException

    • Constructor Detail

      • InvalidUuidException

        public InvalidUuidException​(String message)
        Default constructor with a message.
        Parameters:
        message - a message
      • InvalidUuidException

        public InvalidUuidException​(String message,
                                    Throwable cause)
        Default constructor with a message and the cause.
        Parameters:
        message - a message
        cause - the cause
    • Method Detail

      • newInstance

        public static InvalidUuidException newInstance​(Object obj)
        Factory method for creating a runtime exception.
        Parameters:
        obj - an object that can, for example, a string of a char array.
        Returns:
        a runtime exception