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