oak.http.exception
Class OakHttpException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by oak.http.exception.OakHttpException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AuthenticationException

public class OakHttpException
extends RuntimeException

User: mlake Date: 8/9/12 Time: 1:37 PM

See Also:
Serialized Form

Constructor Summary
OakHttpException(int responseCode)
           
OakHttpException(int responseCode, String detailMessage)
           
 
Method Summary
 String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

OakHttpException

public OakHttpException(int responseCode)

OakHttpException

public OakHttpException(int responseCode,
                        String detailMessage)
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable


Copyright © 2011-2012. All Rights Reserved.