javacard.framework
Class UserException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javacard.framework.CardException
              extended by 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.
 
Methods inherited from class javacard.framework.CardException
getReason, setReason
 
Methods inherited from class java.lang.Throwable
getMessage, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 



Constructor Detail

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


Method Detail

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