org.jcoderz.commons
Class RemoteCallFailureException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jcoderz.commons.BaseRuntimeException
                  extended by org.jcoderz.commons.RuntimeErrorException
                      extended by org.jcoderz.commons.RemoteCallFailureException
All Implemented Interfaces:
Serializable, Loggable

public class RemoteCallFailureException
extends RuntimeErrorException

The call to a internal remote object failed. This exception encapsulates the log message RteLogMessage.REMOTE_CALL_FAILURE.

Author:
generated
See Also:
Serialized Form

Constructor Summary
  RemoteCallFailureException()
          Constructs a remote call failure exception with a cause.
protected RemoteCallFailureException(RteLogMessage messageInfo)
          Constructor getting an log message info.
protected RemoteCallFailureException(RteLogMessage messageInfo, Throwable cause)
          Constructor getting an log message info and a root exception.
  RemoteCallFailureException(Throwable cause)
          Constructs a remote call failure exception with a cause.
 
Method Summary
 
Methods inherited from class org.jcoderz.commons.BaseRuntimeException
addParameter, getCause, getEventTime, getInstanceId, getLogMessageInfo, getMessage, getNodeId, getParameter, getParameterNames, getSourceClass, getSourceMethod, getThreadId, getThreadName, getTrackingNumber, initCause, log, logCreation, toDetailedString, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RemoteCallFailureException

public RemoteCallFailureException(Throwable cause)
Constructs a remote call failure exception with a cause.

Parameters:
cause - the cause of this exception.

RemoteCallFailureException

public RemoteCallFailureException()
Constructs a remote call failure exception with a cause.


RemoteCallFailureException

protected RemoteCallFailureException(RteLogMessage messageInfo)
Constructor getting an log message info. This constructor is for generated exceptions internal use only.

Parameters:
messageInfo - the log message info for this exception

RemoteCallFailureException

protected RemoteCallFailureException(RteLogMessage messageInfo,
                                     Throwable cause)
Constructor getting an log message info and a root exception. This constructor is for generated exceptions internal use only.

Parameters:
messageInfo - the log message info for this exception
cause - the problem that caused this exception to be thrown


Copyright 2007 The jCoderZ Project.