org.kuali.rice.core.api.exception
Class RiceRemoteServiceConnectionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.kuali.rice.core.api.exception.RiceRuntimeException
                  extended by org.kuali.rice.core.api.exception.RiceRemoteServiceConnectionException
All Implemented Interfaces:
Serializable

public class RiceRemoteServiceConnectionException
extends RiceRuntimeException

This is a description of what this class does - jjhanso don't forget to fill this in.

Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
Serialized Form

Constructor Summary
RiceRemoteServiceConnectionException(String message)
          This constructs an instance of java.lang.RuntimeException
RiceRemoteServiceConnectionException(String message, Throwable t)
          This constructs an instance of java.lang.RuntimeException
RiceRemoteServiceConnectionException(Throwable t)
          This constructs an instance of java.lang.RuntimeException
 
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

RiceRemoteServiceConnectionException

public RiceRemoteServiceConnectionException(String message)
This constructs an instance of java.lang.RuntimeException

Parameters:
message -

RiceRemoteServiceConnectionException

public RiceRemoteServiceConnectionException(String message,
                                            Throwable t)
This constructs an instance of java.lang.RuntimeException

Parameters:
message -
t -

RiceRemoteServiceConnectionException

public RiceRemoteServiceConnectionException(Throwable t)
This constructs an instance of java.lang.RuntimeException

Parameters:
t -


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.