public class DuplicateExtIdException
extends java.lang.Exception
Constructor and Description |
---|
DuplicateExtIdException()
Builds a
DuplicateExtIdException with no message string or cause. |
DuplicateExtIdException(java.lang.String message)
Builds a
DuplicateExtIdException with a message string. |
DuplicateExtIdException(java.lang.String message,
java.lang.Throwable cause)
Builds a
DuplicateExtIdException with a message string and a cause. |
DuplicateExtIdException(java.lang.Throwable cause)
Builds a
DuplicateExtIdException with a cause. |
public DuplicateExtIdException()
DuplicateExtIdException
with no message string or cause.public DuplicateExtIdException(java.lang.String message)
DuplicateExtIdException
with a message string.message
- the exception details.public DuplicateExtIdException(java.lang.Throwable cause)
DuplicateExtIdException
with a cause.cause
- the Throwable
that caused this exception.public DuplicateExtIdException(java.lang.String message, java.lang.Throwable cause)
DuplicateExtIdException
with a message string and a cause.message
- the exception details.cause
- the Throwable
which caused this exception.