NetuixException
Object
Throwable
Exception
NetuixException
ObjectAlreadyExistsException
Serializable
Constructor Summary |
|
|
|
|
Method Summary |
Methods from java.lang. |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods from class java.lang. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ObjectAlreadyExistsException()
Exception
with no specified detail message.public ObjectAlreadyExistsException(String
s,Throwable
cause)
Exception
with the specified detail message
and causal exception.
public ObjectAlreadyExistsException(String
s)
Exception
with the specified detail message.
public ObjectAlreadyExistsException(Throwable
cause)
Exception
with the specified causal exception.