public class EntityAlreadyExistsException extends SQLFailureException implements EntityBusinessException
_sqlEx| コンストラクタと説明 |
|---|
EntityAlreadyExistsException(String msg,
SQLException cause)
Constructor.
|
getSQLExceptionaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic EntityAlreadyExistsException(String msg, SQLException cause)
msg - The message of the exception. (NotNull)cause - SQLException. (NotNull)Copyright © 2014–2015 The DBFlute Project. All rights reserved.