Class StringEncodingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.muehlencord.shared.util.StringEncodingException
All Implemented Interfaces:
Serializable

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

  • Constructor Details

    • StringEncodingException

      public StringEncodingException()
      Creates a new instance of StringEncodingException without detail message.
    • StringEncodingException

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

      public StringEncodingException(String msg, Throwable th)
      Constructs an instance of StringEncodingException with the specified detail message.
      Parameters:
      msg - the detail message.
      th - the causing exception