org.cogroo.addon.util
Class RestConnectionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.cogroo.addon.InternationalizedException
              extended by org.cogroo.addon.CogrooException
                  extended by org.cogroo.addon.util.RestConnectionException
All Implemented Interfaces:
Serializable

public class RestConnectionException
extends CogrooException

Author:
colen
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.cogroo.addon.CogrooException
STANDARD_MESSAGE_CATALOG
 
Constructor Summary
RestConnectionException(String aMessageKey, Object[] aArguments)
           
RestConnectionException(String aMessageKey, Object[] aArguments, Throwable aCause)
           
 
Method Summary
 
Methods inherited from class org.cogroo.addon.InternationalizedException
getArguments, getCause, getLocalizedMessage, getLocalizedMessage, getMessage, getMessageKey, getResourceBundleName, hasMessageKey, initCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RestConnectionException

public RestConnectionException(String aMessageKey,
                               Object[] aArguments,
                               Throwable aCause)

RestConnectionException

public RestConnectionException(String aMessageKey,
                               Object[] aArguments)


Copyright © 2012-2013 CoGrOO. All Rights Reserved.