com.sun.j2ee.blueprints.smarticket.web
Class MIDPException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.sun.j2ee.blueprints.smarticket.web.MIDPException
All Implemented Interfaces:
java.io.Serializable

public class MIDPException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
MIDPException(int ec)
           
 
Method Summary
 int getErrorCode()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MIDPException

public MIDPException(int ec)
Method Detail

getErrorCode

public int getErrorCode()


Copyright © 2002 Sun Microsystems Inc. All rights reserved.