com.rackspacecloud.client.cloudfiles
Class FilesAuthorizationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.http.HttpException
              extended by com.rackspacecloud.client.cloudfiles.FilesException
                  extended by com.rackspacecloud.client.cloudfiles.FilesAuthorizationException
All Implemented Interfaces:
java.io.Serializable

public class FilesAuthorizationException
extends FilesException

See Also:
Serialized Form

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

FilesAuthorizationException

public 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.

Parameters:
message - The message
httpHeaders - The returned HTTP headers
httpStatusLine - The HTTP Status lined returned