Class RemoteInvocationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.getelements.elements.rt.remote.RemoteInvocationException
All Implemented Interfaces:
Serializable

public class RemoteInvocationException extends RuntimeException
See Also:
  • Constructor Details

    • RemoteInvocationException

      public RemoteInvocationException()
    • RemoteInvocationException

      public RemoteInvocationException(String message)
    • RemoteInvocationException

      public RemoteInvocationException(String message, Throwable cause)
    • RemoteInvocationException

      public RemoteInvocationException(Throwable cause)
    • RemoteInvocationException

      public RemoteInvocationException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)