com.ibm.aglet
Class RequestRefusedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.ibm.aglet.AgletException
                    |
                    +--com.ibm.aglet.RequestRefusedException

public class RequestRefusedException
extends AgletException

Signals that the request sent was refused.

See Also:
Serialized Form

Constructor Summary
RequestRefusedException()
          Constructs a RequestRefusedException
RequestRefusedException(java.lang.String s)
          Constructs a RequestRefusedException with the specified detailed message.
 
Methods inherited from class com.ibm.aglet.AgletException
printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RequestRefusedException

public RequestRefusedException()
Constructs a RequestRefusedException

RequestRefusedException

public RequestRefusedException(java.lang.String s)
Constructs a RequestRefusedException with the specified detailed message.
Parameters:
s - the detailed message