com.sun.javacard.javax.smartcard.rmiclient
Class UtilExceptionSubclass
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javacard.framework.CardRuntimeException
javacardx.framework.util.UtilException
com.sun.javacard.javax.smartcard.rmiclient.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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
UtilExceptionSubclass
public UtilExceptionSubclass(java.lang.String msg,
short reason)
getMessage
public java.lang.String getMessage()
- Overrides:
getMessage in class java.lang.Throwable
Copyright (c) Copyright © 1998, 2010, Oracle and/or its affiliates. All rights reserved.