Interface IExceptionFacade
- 
- All Known Implementing Classes:
- GenericTransferrableException
 
 public interface IExceptionFacadeIndicates an exception that is really a transparent facade over another interface. Used to let exceptions travel across RPC boundaries and appear the same on the other end, even when the actuall exception class on the originating end doesn't exist on the far end.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetOriginalClassname()The original classname of the exception type.booleanoriginalTypeOverridesToString()Whether or not the original type overrode Throwable.toString()
 
-