no.tornado.brap.exception
Class RemotingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by no.tornado.brap.exception.RemotingException
All Implemented Interfaces:
java.io.Serializable

public class RemotingException
extends java.lang.RuntimeException

Wrapper for returning Exception as unchecked exception, for use by the MethodInvocationHandler when a remoting- or communication error occurs.

See Also:
Serialized Form

Constructor Summary
RemotingException(java.lang.Exception e)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RemotingException

public RemotingException(java.lang.Exception e)


Copyright © 2009 Syse Data AS. All Rights Reserved.