Package marauroa.client
Class BannedAddressException
java.lang.Object
java.lang.Throwable
java.lang.Exception
marauroa.client.BannedAddressException
- All Implemented Interfaces:
Serializable
this acception is thrown when the ip-address is banned.
- See Also:
- Serialized Form
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BannedAddressException
public BannedAddressException()created a new BannedAddressException.
-