Package com.illumon.iris.db.tables.utils
Class DBNameValidator.InvalidNameException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.illumon.iris.db.tables.utils.DBNameValidator.InvalidNameException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- DBNameValidator
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidNameException
(String message, Throwable cause) Constructs a new InvalidNameException with the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidNameException
Constructs a new InvalidNameException with the specified detail message.- Parameters:
message
- the detail messagecause
- the (optional) cause- See Also:
-