public class AlreadyExecutedException
extends java.lang.RuntimeException
| コンストラクタと説明 | 
|---|
| AlreadyExecutedException()Creates a new instance of  AlreadyExecutedExceptionwithout
 detail message. | 
| AlreadyExecutedException(java.lang.String msg)Constructs an instance of  AlreadyExecutedExceptionwith the
 specified detail message. | 
| AlreadyExecutedException(java.lang.String[] msg)Constructs an instance of  AlreadyExecutedExceptionwith the
 specified detail message. | 
public AlreadyExecutedException()
AlreadyExecutedException without
 detail message.public AlreadyExecutedException(java.lang.String msg)
AlreadyExecutedException with the
 specified detail message.msg - the detail message.public AlreadyExecutedException(java.lang.String[] msg)
AlreadyExecutedException with the
 specified detail message.msg - the detail message.