Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
public ServerException( )
构造一个不带任何细节消息的 ServerException。
public ServerException( java.lang.String s )
构造带有指定细节消息的 ServerException。
s 细节消息。
请参见: ServerException 类。