Class InvalidNameException

All Implemented Interfaces:
Serializable

public class InvalidNameException extends TranslatableException
The name error exception is thrown when a portal name is invalid for whatever reason
See Also:
  • Constructor Details

    • InvalidNameException

      public InvalidNameException(String message)
      Parameters:
      message -

      The message to display on the stacktrace

  • Method Details