⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 illegalcontenttypeexception.java

📁 openwave公司的用于彩信开发的MM7协议实现java原代码,决对超值.
💻 JAVA
字号:
// EDITOR NOTE: Please set number of columns to 100 in ur editor.package com.openwave.mms.content;/** * This exception is thrown when the content-type header in a MIME formatted message * cannot be parsed. */public class IllegalContentTypeException extends ContentException {    /**     * This constructor takes a reason string as input.     *     * @param reason The reason for throwing this exception.     */    IllegalContentTypeException( String reason ) {        super( reason );    }    /**     * This constructor takes a reason string as input.     *     * @param reason The reason for throwing this exception.     * @param exception The exception wrapped in this exception.     */    IllegalContentTypeException( String reason, Throwable exception ) {        super( reason, exception );    }}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -