java.io.Serializable
public class NoSiblingException
extends java.lang.Exception
Constructor | Description |
---|---|
NoSiblingException() |
Constructs an
NoSiblingException with no
detail message. |
NoSiblingException(java.lang.String s) |
Constructs an
NoSiblingException class
with the specified detail message. |
NoSiblingException(java.lang.String s,
java.lang.Throwable e) |
public NoSiblingException()
NoSiblingException
with no
detail message.public NoSiblingException(java.lang.String s)
NoSiblingException
class
with the specified detail message.s
- the detail message.public NoSiblingException(java.lang.String s, java.lang.Throwable e)
s
- a messagee
- an exceptionCopyright © 1998–2018. All rights reserved.