org.exoplatform.gwtframework.commons.exception
Class UnauthorizedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.exoplatform.gwtframework.commons.exception.UnauthorizedException
All Implemented Interfaces:
java.io.Serializable

public class UnauthorizedException
extends java.lang.Exception

Created by The eXo Platform SAS .

Version:
$
Author:
Vitaliy Gulyy
See Also:
Serialized Form

Constructor Summary
UnauthorizedException(com.google.gwt.http.client.Response response, AsyncRequest request)
           
 
Method Summary
 AsyncRequest getRequest()
           
 com.google.gwt.http.client.Response getResponse()
           
 
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

UnauthorizedException

public UnauthorizedException(com.google.gwt.http.client.Response response,
                             AsyncRequest request)
Method Detail

getResponse

public com.google.gwt.http.client.Response getResponse()

getRequest

public AsyncRequest getRequest()


Copyright © 2012 eXo Platform SAS. All Rights Reserved.