public interface ExceptionTranslator
Implementations are encouraged to set the code of the created MessageException to something more useful than the generic "Server.Processing" so that the client may reason on the code for custom fault handling logic.
boolean handles(Class<?> clazz)
clazz - the class of the exceptionflex.messaging.MessageException translate(Throwable t)
MessageExceptiont - the original exceptionCopyright © 2014. All rights reserved.