jp.co.iothe.pdfprotection
クラス PdfProtectionException

java.lang.Object
  上位を拡張 java.lang.Throwable
      上位を拡張 java.lang.Exception
          上位を拡張 jp.co.iothe.pdfprotection.PdfProtectionException
すべての実装されたインタフェース:
java.io.Serializable

public final class PdfProtectionException
extends java.lang.Exception

PDFセキュリティ強化ライブラリの例外クラスです。

バージョン:
1.0
関連項目:
直列化された形式

コンストラクタの概要
PdfProtectionException(int errorCode, java.lang.String message)
          エラーコードとメッセージを指定して例外を生成します。
PdfProtectionException(int errorCode, java.lang.String message, java.lang.Throwable cause)
          エラーコードとメッセージ及び原因を指定して例外を生成します。
PdfProtectionException(java.lang.String message)
          メッセージを指定して例外を生成します。
PdfProtectionException(java.lang.String message, java.lang.Throwable cause)
          メッセージ及び原因を指定して例外を生成します。
 
メソッドの概要
 int getErrorCode()
          エラーコードを取得します。
 
クラス java.lang.Throwable から継承されたメソッド
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

PdfProtectionException

public PdfProtectionException(int errorCode,
                              java.lang.String message)
エラーコードとメッセージを指定して例外を生成します。

パラメータ:
errorCode - エラーコード
message - メッセージ

PdfProtectionException

public PdfProtectionException(int errorCode,
                              java.lang.String message,
                              java.lang.Throwable cause)
エラーコードとメッセージ及び原因を指定して例外を生成します。

パラメータ:
errorCode - エラーコード
message - メッセージ
cause - 原因

PdfProtectionException

public PdfProtectionException(java.lang.String message,
                              java.lang.Throwable cause)
メッセージ及び原因を指定して例外を生成します。

パラメータ:
message - メッセージ
cause - 原因

PdfProtectionException

public PdfProtectionException(java.lang.String message)
メッセージを指定して例外を生成します。

パラメータ:
message - メッセージ
メソッドの詳細

getErrorCode

public int getErrorCode()
エラーコードを取得します。

戻り値:
エラーコード