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