Package com.atlassian.confluence.it.rpc
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RpcRuntimeException()
Deprecated.RpcRuntimeException(String message)
Deprecated.RpcRuntimeException(String message, Throwable cause)
Deprecated.RpcRuntimeException(Throwable cause)
Deprecated.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-