Class FailedObjectException

All Implemented Interfaces:
Serializable

public class FailedObjectException extends IdentifiedException

Thrown from an IdentifiedCollection when an object is looked up that couldn't (or wasn't) successfully created.

See Also:
  • Constructor Details

    • FailedObjectException

      public FailedObjectException(String id, Class<?> failedClass, URI location, List<Problem> problems)
    • FailedObjectException

      public FailedObjectException(String id, Class<?> failedClass, List<Problem> problems)
  • Method Details

    • getId

      public String getId()
    • getLocation

      public URI getLocation()