Class UtilExceptionSubclass

  • All Implemented Interfaces:
    java.io.Serializable

    public class UtilExceptionSubclass
    extends UtilException
    UtilException represents a util related exception.

    The API classes throw Java Card runtime environment-owned instances of UtilException.

    Java Card runtime environment-owned instances of exception classes are temporary Java Card runtime environment Entry Point Objects and can be accessed from any applet context. References to these temporary objects cannot be stored in class variables, instance variables, or array components.

    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      UtilExceptionSubclass​(java.lang.String msg, short reason)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getMessage()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • UtilExceptionSubclass

        public UtilExceptionSubclass​(java.lang.String msg,
                                     short reason)
    • Method Detail

      • getMessage

        public java.lang.String getMessage()
        Overrides:
        getMessage in class java.lang.Throwable