public class AnonymousOnthologyException
extends java.lang.Exception
| Constructor and Description |
|---|
AnonymousOnthologyException()
Creates a new instance of
AnonymousOnthologyException
without detail message. |
AnonymousOnthologyException(java.lang.String msg)
Constructs an instance of
AnonymousOnthologyException with
the specified detail message. |
public AnonymousOnthologyException()
AnonymousOnthologyException
without detail message.public AnonymousOnthologyException(java.lang.String msg)
AnonymousOnthologyException with
the specified detail message.msg - the detail message.