|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.ibm.jsdt.facade.InvalidHostnameException
public class InvalidHostnameException
Purpose: Exception indicating that the specified hostname is invalid. It holds the following information regarding this exception.
Constructor Summary | |
---|---|
protected |
InvalidHostnameException(java.lang.String id,
java.lang.String errorMessage)
|
Method Summary | |
---|---|
java.lang.String |
getErrorMessage()
Returns the error message for this exception. |
java.lang.String |
getHostname()
Returns the invalid hostname |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected InvalidHostnameException(java.lang.String id, java.lang.String errorMessage)
Method Detail |
---|
public java.lang.String getErrorMessage()
public java.lang.String getHostname()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |