Errai 3.0.1-SNAPSHOT

org.jboss.errai.security.rebind
Class SecurityExceptionMapping

java.lang.Object
  extended by org.jboss.errai.marshalling.rebind.api.model.MappingDefinition
      extended by org.jboss.errai.security.rebind.SecurityExceptionMapping

public class SecurityExceptionMapping
extends MappingDefinition

This custom mapping prevents marshalling issues with the JDK 7. Without this, under some scenarios the marshaller will create a mapping for the suppressedExceptions field in Throwable which is not part of the JRE emulation library in GWT 2.5.1.

Author:
Max Barkley

Constructor Summary
SecurityExceptionMapping()
           
 
Method Summary
 
Methods inherited from class org.jboss.errai.marshalling.rebind.api.model.MappingDefinition
addInheritedMapping, addMemberMapping, alreadyGenerated, getAllMappings, getClientMarshallerClass, getInstantiationMapping, getMappingClass, getMarshallerInstance, getMemberMappings, getReadableMemberMappings, getServerMarshallerClass, getWritableMemberMappings, isLazy, setClientMarshallerClass, setInheritedInstantiationMapping, setInstantiationMapping, setLazy, setMarshallerInstance, setServerMarshallerClass, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SecurityExceptionMapping

public SecurityExceptionMapping()

Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.