Class MobileClientDigestTypesException

  • All Implemented Interfaces:
    Serializable

    public class MobileClientDigestTypesException
    extends Exception
    Exception class Mobile client digest types exeption.
    See Also:
    Serialized Form
    • Constructor Detail

      • MobileClientDigestTypesException

        public MobileClientDigestTypesException​(String message)
        Constructs a new exception with the specified detail message.
        Parameters:
        message - exception description
      • MobileClientDigestTypesException

        public MobileClientDigestTypesException​(String message,
                                                Throwable cause)
        Constructs a new exception with the specified detail message and cause.
        Parameters:
        message - exception description
        cause - child exception object
      • MobileClientDigestTypesException

        public MobileClientDigestTypesException​(Throwable cause)
        Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
        Parameters:
        cause - child exception object