com.atlassian.confluence.it.rpc
Class RpcRuntimeException

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

public class RpcRuntimeException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
RpcRuntimeException()
           
RpcRuntimeException(String message)
           
RpcRuntimeException(String message, Throwable cause)
           
RpcRuntimeException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RpcRuntimeException

public RpcRuntimeException()

RpcRuntimeException

public RpcRuntimeException(String message)

RpcRuntimeException

public RpcRuntimeException(Throwable cause)

RpcRuntimeException

public RpcRuntimeException(String message,
                           Throwable cause)


Copyright © 2003–2015 Atlassian. All rights reserved.