public class UnresolvedHostnameErrorEvent extends ErrorEvent
ErrorEvent.ErrorType
IRCEvent.Type
Constructor and Description |
---|
UnresolvedHostnameErrorEvent(Session session,
java.lang.String rawEventData,
java.lang.String hostName,
java.nio.channels.UnresolvedAddressException exception) |
Modifier and Type | Method and Description |
---|---|
java.nio.channels.UnresolvedAddressException |
getException()
Gets the wrapped UnresolvedAddressException
|
java.lang.String |
getHostName()
Gets the unresolvable hostname
|
getErrorType
getRawEventData, getSession, getType, toString
arg, args, command, getNick, getUserName, numeric, prefix
public UnresolvedHostnameErrorEvent(Session session, java.lang.String rawEventData, java.lang.String hostName, java.nio.channels.UnresolvedAddressException exception)
public java.nio.channels.UnresolvedAddressException getException()
public java.lang.String getHostName()
getHostName
in class EventToken