public class NonSpecificElementException extends HandlingException
Constructor and Description |
---|
NonSpecificElementException()
Creates a new NonSpecificElementException.
|
NonSpecificElementException(java.lang.String message)
Creates a new NonSpecificElementException with the given message.
|
NonSpecificElementException(java.lang.String message,
java.lang.Throwable cause)
Creates a new NonSpecificElementException with the given cause and message.
|
NonSpecificElementException(java.lang.Throwable cause)
Creates a new NonSpecificElementException with the given cause.
|
public NonSpecificElementException()
public NonSpecificElementException(java.lang.String message)
message
- the exception messagepublic NonSpecificElementException(java.lang.String message, java.lang.Throwable cause)
message
- the exception messagecause
- the exception causepublic NonSpecificElementException(java.lang.Throwable cause)
cause
- the exception cause