Class TransformException

    • Constructor Detail

      • TransformException

        public TransformException()
        Creates a new exception with default detail message.
      • TransformException

        public TransformException​(String message)
        Creates a new exception with the specified detail message.
        Parameters:
        message - The detail message, may be null.
      • TransformException

        public TransformException​(Throwable cause)
        Creates a new exception with the specified cause.
        Parameters:
        cause - The exception that caused this one, may be null.
      • TransformException

        public TransformException​(String message,
                                  Throwable cause)
        Creates a new exception with the specified detail message and cause.
        Parameters:
        message - The detail message, may be null.
        cause - The exception that caused this one, may be null.