Class HttpManagerBuilder.CreationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
io.milton.config.HttpManagerBuilder.CreationException
All Implemented Interfaces:
Serializable
Enclosing class:
HttpManagerBuilder

public static class HttpManagerBuilder.CreationException extends Exception
See Also:
  • Constructor Details

    • CreationException

      public CreationException(Class attemptedToCreate, Throwable cause)
    • CreationException

      public CreationException(Field field, Class attemptedToCreate, Throwable cause)
    • CreationException

      public CreationException(Method m, Class attemptedToCreate, Throwable cause)
  • Method Details

    • getAttemptedToCreate

      public Class getAttemptedToCreate()