public class RelationServiceNotRegisteredException extends RelationException
| Constructor and Description |
|---|
RelationServiceNotRegisteredException()
默认构造函数,没有消息放在异常中。
|
RelationServiceNotRegisteredException(String message)
具有给定消息的构造方法放在异常中。
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RelationServiceNotRegisteredException()
public RelationServiceNotRegisteredException(String message)
message - 详细信息。