Class RemoteErrorException

All Implemented Interfaces:
Serializable

public class RemoteErrorException extends RuntimeException
If a remote error could not be provided locally (typically due to serialization or de-serialization problems, we use this local exception to provide some throwable to JUnit. This exception wraps a textual representation of the remote error.
See Also:
Serialized Form
  • Constructor Details

    • RemoteErrorException

      public RemoteErrorException(String remoteStackTrace)
  • Method Details