exception
Class InformationRetrieveException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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.
 
Constructor Summary
InformationRetrieveException()
          Constructs an InvalidPortException (empty constructor).
 
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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
The serialVersionUID as identifier for this serializable class.

See Also:
Constant Field Values
Constructor Detail

InformationRetrieveException

public InformationRetrieveException()
Constructs an InvalidPortException (empty constructor).

Method Detail

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"