exception
Class InformationRetrieveException
java.lang.Object
java.lang.Throwable
java.lang.Exception
exception.InformationRetrieveException
- All Implemented Interfaces:
- java.io.Serializable
public final class InformationRetrieveException
- extends java.lang.Exception
Exception thrown by InfromationGrabber
when a requested
Information
could not be retrieved.
- Author:
- Karl-Peter Fuchs
- See Also:
externalInformationPort
,
Serialized Form
Field Summary |
private static long |
serialVersionUID
The serialVersionUID as identifier for this serializable class. |
Method Summary |
java.lang.String |
getMessage()
Returns the String "The requested information could not be retrieved!" |
java.lang.String |
toString()
Returns the String "InformationNotAvailableException". |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- The serialVersionUID as identifier for this serializable class.
- See Also:
- Constant Field Values
InformationRetrieveException
public InformationRetrieveException()
- Constructs an InvalidPortException (empty constructor).
getMessage
public java.lang.String getMessage()
- Returns the String "The requested information could not be retrieved!"
- Overrides:
getMessage
in class java.lang.Throwable
- Returns:
- "The requested information could not be retrieved!".
toString
public java.lang.String toString()
- Returns the String "InformationNotAvailableException".
- Overrides:
toString
in class java.lang.Throwable
- Returns:
- "InformationNotAvailableException"