类 DIDResolverNotSetupException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalStateException
-
- org.elastos.hive.exception.DIDResolverNotSetupException
-
- 所有已实现的接口:
java.io.Serializable
public class DIDResolverNotSetupException extends java.lang.IllegalStateException- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 DIDResolverNotSetupException()DIDResolverNotSetupException(java.lang.String message)DIDResolverNotSetupException(java.lang.String message, java.lang.Throwable cause)DIDResolverNotSetupException(java.lang.Throwable cause)
-
-
-
构造器详细资料
-
DIDResolverNotSetupException
public DIDResolverNotSetupException()
-
DIDResolverNotSetupException
public DIDResolverNotSetupException(java.lang.String message)
-
DIDResolverNotSetupException
public DIDResolverNotSetupException(java.lang.String message, java.lang.Throwable cause)
-
DIDResolverNotSetupException
public DIDResolverNotSetupException(java.lang.Throwable cause)
-
-