com.google.inject

Class ProvisionException

  • All Implemented Interfaces:
    Serializable


    public final class ProvisionException
    extends RuntimeException
    Indicates that there was a runtime failure while providing an instance.
    Since:
    2.0
    Author:
    kevinb@google.com (Kevin Bourrillion), jessewilson@google.com (Jesse Wilson)
    See Also:
    Serialized Form
    • Constructor Detail

      • ProvisionException

        public ProvisionException(Iterable<Message> messages)
        Creates a ProvisionException containing messages.
      • ProvisionException

        public ProvisionException(String message,
                                  Throwable cause)
      • ProvisionException

        public ProvisionException(String message)

Copyright © 2006-2016 Google, Inc.. All Rights Reserved.