Class ValidationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.muehlencord.shared.configuration.ValidationException
All Implemented Interfaces:
Serializable

public class ValidationException extends Exception
Author:
Joern Muehlencord (joern@muehlencord.de)
See Also:
  • Constructor Details

    • ValidationException

      public ValidationException(String msg)
      Constructs an instance of ValidationException with the specified detail message.
      Parameters:
      msg - the detail message.
    • ValidationException

      public ValidationException(String msg, Throwable th)
      Constructs an instance of ValidationException with the specified detail message.
      Parameters:
      msg - the detail message.
      th - the root cause