com.ibm.aglet
Class RequestRefusedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.ibm.aglet.AgletException
                    |
                    +--com.ibm.aglet.RequestRefusedException
All Implemented Interfaces:
java.io.Serializable

public class RequestRefusedException
extends AgletException

Signals that the request sent was refused.

Version:
1.10 $Date: 2001/07/28 06:34:00 $
Author:
Mitsuru Oshima
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
clone, equals, finalize, 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