|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.http.HttpException
com.rackspacecloud.client.cloudfiles.FilesException
com.rackspacecloud.client.cloudfiles.FilesAuthorizationException
public class FilesAuthorizationException
Constructor Summary | |
---|---|
FilesAuthorizationException(java.lang.String message,
org.apache.http.Header[] httpHeaders,
org.apache.http.StatusLine httpStatusLine)
An exception generated when a client tries to do something they aren't authorized to do. |
Method Summary |
---|
Methods inherited from class com.rackspacecloud.client.cloudfiles.FilesException |
---|
getHttpHeaders, getHttpHeadersAsString, getHttpStatusCode, getHttpStatusLine, getHttpStatusMessage, getHttpVersion |
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 |
---|
public FilesAuthorizationException(java.lang.String message, org.apache.http.Header[] httpHeaders, org.apache.http.StatusLine httpStatusLine)
message
- The messagehttpHeaders
- The returned HTTP headershttpStatusLine
- The HTTP Status lined returned
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |