All Packages Class Hierarchy This Package Previous Next Index
Class com.ibm.aglet.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.
-
RequestRefusedException()
- Constructs a RequestRefusedException
-
RequestRefusedException(String)
- Constructs a RequestRefusedException with the specified detailed
message.
RequestRefusedException
public RequestRefusedException()
- Constructs a RequestRefusedException
RequestRefusedException
public RequestRefusedException(String s)
- Constructs a RequestRefusedException with the specified detailed
message.
- Parameters:
- s - the detailed message
All Packages Class Hierarchy This Package Previous Next Index