Class RMIExceptionContent

java.lang.Object
i5.las2peer.communication.RMIExceptionContent
All Implemented Interfaces:
Serializable

public class RMIExceptionContent extends Object implements Serializable
a simple message content for an Message indicating an exception thrown via an remote method invocation
See Also:
  • Constructor Details

    • RMIExceptionContent

      public RMIExceptionContent(Throwable content)
  • Method Details

    • getException

      public Throwable getException()