public class LinkingException
extends java.lang.Exception
Theoretically this should never happen.
Constructor and Description |
---|
LinkingException()
Default empty constructor
|
LinkingException(java.lang.String detailMessage)
Constructor with a message describing why linking failed.
|
LinkingException(java.lang.String detailMessage,
java.lang.Throwable throwable)
Constructor necessary to make Chained Exceptions working.
|
LinkingException(java.lang.Throwable throwable)
Constructor necessary to make Chained Exceptions working.
|
public LinkingException()
public LinkingException(java.lang.String detailMessage)
detailMessage
- Message describing why linking failedpublic LinkingException(java.lang.Throwable throwable)
throwable
- The parent Throwable.public LinkingException(java.lang.String detailMessage, java.lang.Throwable throwable)
detailMessage
- Message describing why linking failedthrowable
- The parent Throwable.