com.atlassian.confluence.it.api
Class RemoteServiceException

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

public class RemoteServiceException
extends RuntimeException

A RuntimeException wrapping a ServiceException

See Also:
Serialized Form

Constructor Summary
RemoteServiceException(ServiceException 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

RemoteServiceException

public RemoteServiceException(ServiceException cause)


Copyright © 2003–2015 Atlassian. All rights reserved.