Class ServiceExceptionSubclass

  • All Implemented Interfaces:
    java.io.Serializable

    public class ServiceExceptionSubclass
    extends ServiceException
    This exception class represents a card subclass of ServiceException. ServiceException represents a service framework related exception.
    See Also:
    Serialized Form
    • Constructor Detail

      • ServiceExceptionSubclass

        public ServiceExceptionSubclass​(java.lang.String msg,
                                        short reason)
        Constructs an ServiceExceptionSubclass with the specified reason and specified error message.
        Parameters:
        msg - the associated message string
        reason - the reason for the exception.
    • Method Detail

      • getMessage

        public java.lang.String getMessage()
        Returns the error message string of this throwable object.
        Overrides:
        getMessage in class java.lang.Throwable
        Returns:
        the error message string of this Throwable object if it was created with an error message string; or null if it was created with no error message.