com.carbonfive.flash.spring
Class ExampleExceptionFactory

java.lang.Object
  extended by com.carbonfive.flash.spring.ExampleExceptionFactory
All Implemented Interfaces:
RemotingExceptionFactory, java.io.Serializable

public class ExampleExceptionFactory
extends java.lang.Object
implements java.io.Serializable, RemotingExceptionFactory

An example implementation of RemotingExceptionFactory

See Also:
Serialized Form

Field Summary
static java.lang.String CUSTOM_CODE
           
 
Fields inherited from interface com.carbonfive.flash.spring.RemotingExceptionFactory
BEAN_NAME
 
Constructor Summary
ExampleExceptionFactory()
           
 
Method Summary
 void throwException(java.lang.Throwable t)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CUSTOM_CODE

public static java.lang.String CUSTOM_CODE
Constructor Detail

ExampleExceptionFactory

public ExampleExceptionFactory()
Method Detail

throwException

public void throwException(java.lang.Throwable t)
                    throws java.lang.Exception
Specified by:
throwException in interface RemotingExceptionFactory
Throws:
java.lang.Exception