类 UnknownServiceTypeException

  • 所有已实现的接口:
    java.io.Serializable

    public class UnknownServiceTypeException
    extends java.lang.RuntimeException
    作者:
    yangguang
    另请参阅:
    序列化表格
    • 方法概要

      • 从类继承的方法 java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 构造器详细资料

      • UnknownServiceTypeException

        public UnknownServiceTypeException()
        Constructs a new runtime exception with null as its detail message. The cause is not initialized, and may subsequently be initialized by a call to Throwable.initCause(java.lang.Throwable).
      • UnknownServiceTypeException

        public UnknownServiceTypeException​(java.lang.String message)
        Constructs a new runtime exception with the specified detail message. The cause is not initialized, and may subsequently be initialized by a call to Throwable.initCause(java.lang.Throwable).
        参数:
        message - the detail message. The detail message is saved for later retrieval by the Throwable.getMessage() method.