javacard.framework
Class UserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javacard.framework.CardException
javacard.framework.UserException
public class UserException
- extends CardException
UserException represents a user exception.
- Since:
- BlackBerry API 4.2.1
Constructor Summary |
UserException()
Constructs a UserException with reason = 0. |
UserException(short reason)
Constructs a UserException with reason = 0. |
Method Summary |
static void |
throwIt(short reason)
Throws an instance of UserException with the specified reason. |
UserException
public UserException()
- Constructs a UserException with reason = 0.
- Since:
- BlackBerry API 4.2.1
UserException
public UserException(short reason)
- Constructs a UserException with reason = 0.
- Parameters:
reason
- the reason for the exception.- Since:
- BlackBerry API 4.2.1
throwIt
public static void throwIt(short reason)
throws UserException
- Throws an instance of UserException with the specified reason.
- Parameters:
reason
- the reason for the exception
- Throws:
UserException
- Since:
- BlackBerry API 4.2.1
Copyright 1999-2011 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Java is a trademark of Oracle America Inc. in the US and other countries.
Legal