Class SpecialCharsNotAllowedException

All Implemented Interfaces:
Serializable

public class SpecialCharsNotAllowedException extends InternalErrorException
This exception raises when in the name of entity is any special char.
Author:
Michal Šťava
See Also:
  • Constructor Details

    • SpecialCharsNotAllowedException

      public SpecialCharsNotAllowedException(String message)
      Simple constructor with a message
      Parameters:
      message - message with details about the cause
    • SpecialCharsNotAllowedException

      public SpecialCharsNotAllowedException(String message, Throwable cause)
      Constructor with a message and Throwable object
      Parameters:
      message - message with details about the cause
      cause - Throwable that caused throwing of this exception
    • SpecialCharsNotAllowedException

      public SpecialCharsNotAllowedException(Throwable cause)
      Constructor with a Throwable object
      Parameters:
      cause - Throwable that caused throwing of this exception