ro.isdc.wro.http.support
Class UnauthorizedRequestException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by ro.isdc.wro.WroRuntimeException
                  extended by ro.isdc.wro.http.support.UnauthorizedRequestException
All Implemented Interfaces:
Serializable

public class UnauthorizedRequestException
extends WroRuntimeException

This exception is thrown when an invalid group is requested..

Author:
Alex Objelean
See Also:
Serialized Form

Constructor Summary
UnauthorizedRequestException(String message)
           
 
Method Summary
 
Methods inherited from class ro.isdc.wro.WroRuntimeException
logError, wrap, wrap
 
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

UnauthorizedRequestException

public UnauthorizedRequestException(String message)
Parameters:
message - detailed message.


Copyright © 2008-2013. All Rights Reserved.