Class InfobaseAssociationException

    • Constructor Detail

      • InfobaseAssociationException

        public InfobaseAssociationException​(String message)
        Constructs a new exception with the specified detail message.
        Parameters:
        message - the detail message, cannot be null
      • InfobaseAssociationException

        public InfobaseAssociationException​(Throwable cause)
        Constructs a new exception with the specified cause.
        Parameters:
        message - the detail message, cannot be null
      • InfobaseAssociationException

        public InfobaseAssociationException​(String message,
                                            Throwable cause)
        Constructs a new exception with the specified detail message and cause.
        Parameters:
        message - the detail message, cannot be null
        cause - the cause, cannot be null