JTR 5.0 API Documentation

jtr.runners
Class NotSerializableErrorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by jtr.runners.NotSerializableErrorException
All Implemented Interfaces:
java.io.Serializable

public class NotSerializableErrorException
extends java.lang.Exception
implements java.io.Serializable

This exception is used by the JTR runtime whenever a caught exception is not serializable and thus could not be sent over the network from a JTR "naked" node to a JTR "controller" node in a distributed scenario.

Since:
4.0
Version:
5.0
Author:
frusso
See Also:
Serialized Form

Constructor Summary
NotSerializableErrorException(java.lang.String msg, java.lang.Throwable t)
          Creates a new instance of NotSerializableErrorException
 
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

NotSerializableErrorException

public NotSerializableErrorException(java.lang.String msg,
                                     java.lang.Throwable t)
Creates a new instance of NotSerializableErrorException


The JTR Project is licensed under GPL version 2