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

public static class DBNameValidator.InvalidNameException extends RuntimeException
See Also:
  • Constructor Details

    • InvalidNameException

      public InvalidNameException(String message, Throwable cause)
      Constructs a new InvalidNameException with the specified detail message.
      Parameters:
      message - the detail message
      cause - the (optional) cause
      See Also: