Searched defs:JSONThrowableMarshaller (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idsvcs/rest/
H A DMarshallerFactory.java81 _map.put(Throwable.class, JSONThrowableMarshaller.class);
82 _map.put(GeneralFailure.class, JSONThrowableMarshaller.class);
83 _map.put(Throwable.class, JSONThrowableMarshaller.class);
84 _map.put(ObjectNotFound.class, JSONThrowableMarshaller.class);
85 _map.put(GeneralFailure.class, JSONThrowableMarshaller.class);
752 static class JSONThrowableMarshaller implements Marshaller { class in class:MarshallerFactory
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idsvcs/rest/
H A DMarshallerFactory.java81 _map.put(Throwable.class, JSONThrowableMarshaller.class);
82 _map.put(GeneralFailure.class, JSONThrowableMarshaller.class);
83 _map.put(Throwable.class, JSONThrowableMarshaller.class);
84 _map.put(ObjectNotFound.class, JSONThrowableMarshaller.class);
85 _map.put(GeneralFailure.class, JSONThrowableMarshaller.class);
752 static class JSONThrowableMarshaller implements Marshaller { class in class:MarshallerFactory

Completed in 399 milliseconds