Class UnsupportedApplicationException

  • All Implemented Interfaces:
    FieldContainer, java.io.Serializable

    public class UnsupportedApplicationException
    extends ApplicationException
    Exception indicating the application is unknown/invalid. The Command class has a set of constants that can be used to avoid this exception.
    See Also:
    Command, Serialized Form
    • Constructor Detail

      • UnsupportedApplicationException

        public UnsupportedApplicationException()
        Default constructor.
      • UnsupportedApplicationException

        public UnsupportedApplicationException​(java.lang.String msg)
        Default constructor.
        Parameters:
        msg - The exception message.
      • UnsupportedApplicationException

        public UnsupportedApplicationException​(java.lang.Throwable t)
        Default constructor.
        Parameters:
        t - The linked Throwable object.
    • Method Detail

      • getApplicationName

        public java.lang.String getApplicationName()
        Retrieves the application name that caused the exception.
        Returns:
        The application name that caused the exception, or null if the property is not set.