com.inprise.vbroker.URLNaming
Class AlreadyExists
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.omg.CORBA.UserException
com.inprise.vbroker.URLNaming.AlreadyExists
- All Implemented Interfaces:
- java.io.Serializable, IDLEntity
public final class AlreadyExists
- extends UserException
The AlreadyExists exception is thrown by register_url() if a previously registered object
exists.
- See Also:
- Serialized Form
Field Summary |
java.lang.String |
reason
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
reason
public java.lang.String reason
AlreadyExists
public AlreadyExists()
AlreadyExists
public AlreadyExists(java.lang.String reason)
AlreadyExists
public AlreadyExists(java.lang.String _reason,
java.lang.String reason)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Throwable
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
Read the latest documentation online