Ila

org.topoweb.ila
Class ResolutionException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.topoweb.ila.IlaException
                    |
                    +--org.topoweb.ila.ResolutionException
All Implemented Interfaces:
java.io.Serializable

public class ResolutionException
extends IlaException

Exception type indicating a server resolution error.

Author:
Babak Farhang
See Also:
Serialized Form

Constructor Summary
ResolutionException(org.topoweb.net.Ori ori)
          Creates a new instance with the specified ORI.
 
Method Summary
 java.lang.String getMessage()
          Returns a detail message.
 org.topoweb.net.Ori getOri()
          Returns the ORI of the source node that raised this error.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

ResolutionException

public ResolutionException(org.topoweb.net.Ori ori)
Creates a new instance with the specified ORI.

Parameters:
ori - the ORI of the source node that raised this error
Method Detail

getMessage

public java.lang.String getMessage()
Returns a detail message.

Overrides:
getMessage in class java.lang.Throwable

getOri

public org.topoweb.net.Ori getOri()
Returns the ORI of the source node that raised this error.


Ila

Copyright (C) 2002 Babak Farhang

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.