|
||||||||||
| 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.rbnb.api.RBNBException
com.rbnb.api.AddressException
public class AddressException
Extended RBNBException for addressing problems.
Exceptions of this type are thrown whenever there is a problem with an address within the RBNB server. An address is the qualified name of an Rmap that is supposed to be in the server hierarchy.
| Constructor Summary | |
|---|---|
AddressException()
Class constructor. |
|
AddressException(String messageI)
Class constructor to build a AddressException for the
input detail message. |
|
| Method Summary |
|---|
| 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 |
|---|
public AddressException()
AddressException(String)public AddressException(String messageI)
AddressException for the
input detail message.
AddressException()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||