FabricObjectClosedException クラス

  • java.lang.Object
    • RuntimeException

public class FabricObjectClosedException extends FabricException

コンストラクターの概要

コンストラクター 説明
FabricObjectClosedException()
FabricObjectClosedException(String message)
FabricObjectClosedException(String message, Throwable cause)
FabricObjectClosedException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
FabricObjectClosedException(Throwable cause)

継承メンバー

コンストラクターの詳細

FabricObjectClosedException

public FabricObjectClosedException()

FabricObjectClosedException

public FabricObjectClosedException(String message)

パラメーター:

message

FabricObjectClosedException

public FabricObjectClosedException(String message, Throwable cause)

パラメーター:

message
cause

FabricObjectClosedException

protected FabricObjectClosedException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)

パラメーター:

message
cause
enableSuppression
writableStackTrace

FabricObjectClosedException

public FabricObjectClosedException(Throwable cause)

パラメーター:

cause

適用対象