public class OIDAlreadyExistsException
extends java.lang.Exception
| Constructor and Description |
|---|
OIDAlreadyExistsException()
Constructs an
Exception with no specified detail message. |
OIDAlreadyExistsException(java.lang.String message)
Constructs an
Exception with the specified detail message. |
public OIDAlreadyExistsException()
Exception with no specified detail message.public OIDAlreadyExistsException(java.lang.String message)
Exception with the specified detail message.message - the detailed message.