Oracle Application Server Wireless Java API Reference
B10400-01

oracle.panama.rt.event
Class AbortServiceException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--oracle.panama.PanamaException
                    |
                    +--oracle.panama.rt.event.AbortServiceException
All Implemented Interfaces:
oracle.xml.xforms.exception.NestedException, java.io.Serializable

public class AbortServiceException
extends PanamaException

An exception signaled by the listeners to abort the service request.

Since:
Oracle9i Application Server Wireless Edition
See Also:
Serialized Form

Constructor Summary
AbortServiceException(java.lang.String msg)
          Construct with a plain message.

 

Methods inherited from class oracle.panama.PanamaException
getDetail, getLocalizedMessage, getLocalizedMessage, getMessage, setMessageArguments, setMessageCode, toString

 

Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

AbortServiceException

public AbortServiceException(java.lang.String msg)
Construct with a plain message.
Parameters:
msg - the message.

Oracle Application Server Wireless Java API Reference
B10400-01

Copyright © 2003 Oracle Corporation. All Rights Reserved.