Class RpcRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.confluence.it.rpc.RpcRuntimeException
All Implemented Interfaces:
Serializable

@Deprecated public class RpcRuntimeException extends RuntimeException
Deprecated.
Please use confluence-test-utils module instead. See {com.atlassian.confluence.test.rpc.RpcRuntimeException} alternative
See Also:
  • Constructor Details

    • RpcRuntimeException

      public RpcRuntimeException()
      Deprecated.
    • RpcRuntimeException

      public RpcRuntimeException(String message)
      Deprecated.
    • RpcRuntimeException

      public RpcRuntimeException(Throwable cause)
      Deprecated.
    • RpcRuntimeException

      public RpcRuntimeException(String message, Throwable cause)
      Deprecated.