ReservedHostException
| Kind of class: | class |
|---|---|
| Inherits from: | ConnectionException < Exception < AbstractThrowable < Error |
| Author: | Simon Wacker, Christoph Atteneder |
| Classpath: | org.as2lib.io.conn.core.server.ReservedHostException |
| File last modified: | Saturday, 09 April 2005, 17:33:24 |
ReservedHostException is thrown if a server tries to run itself on a hostthat is already in use.
Summary
Constructor
Class properties
Class properties inherited from AbstractThrowable
Instance properties
Instance properties inherited from AbstractThrowable
Class methods
Class methods inherited from AbstractThrowable
Instance methods
Instance methods inherited from AbstractThrowable
Constructor
ReservedHostException
function ReservedHostException (
message:String,
thrower,
args:Array)
Constructs a new
ReservedHostException instance.All arguments are allowed to be null or undefined. But if
one is, the string representation returned by the toString method
will not be complete.
The args array should be the internal arguments array of the
method that throws the throwable. The internal arguments array exists in
every method and contains its parameters, the callee method and the caller
method. You can refernce it in every method using the name
"arguments".
Parameters:
message:
the message that describes the problem in detail
thrower:
the object that declares the method that throws this
exception
exception
args :
the arguments of the throwing method