Routines (alphabetical) > Routines: J > Java-IDL Bridge Routines > JIDLAbortedException

JIDLAbortedException

Declaration

public class JIDLAbortedException extends JIDLException

implements java.io.Serializable

 

java.lang.Object

  |

  +--java.lang.Throwable

        |

        +--java.lang.Error

              |

              +--com.idl.javaidl.JIDLException

                    |

                    +--com.idl.javaidl.JIDLAbortedException

All Implemented Interfaces:

java.io.Serializable

Description

An unchecked exception thrown when a call to IDL is interrupted by an abort request.

Inherited Member Summary

Methods inherited from interfaceJIDLException

getErrorCode(), toString()

Methods inherited from classObject

equals(Object), getClass(), hashCode(), notify(), notifyAll(), wait(long, int), wait(long, int), wait(long, int)

Methods inherited from classThrowable

fillInStackTrace(), getCause(), getLocalizedMessage(), getMessage(), getStackTrace(), initCause(Throwable), printStackTrace(PrintWriter), printStackTrace(PrintWriter), printStackTrace(PrintWriter), setStackTrace(StackTraceElement[])