com.datamessenger.util
Class ThreadStackException


java.lang.Object

  |

  +--java.lang.Throwable

        |

        +--java.lang.Exception

              |

              +--java.lang.RuntimeException

                    |

                    +--com.datamessenger.util.ThreadStackException


public class ThreadStackException
extends java.lang.RuntimeException

Thrown by a ThreadStackItem to indicate that a process was aborted. Exception handelers should terminate the process cleanly. Then, continue to the next item in the ThreadStack.

See Also:
Serialized Form

Constructor Summary
ThreadStackException()
           
ThreadStackException(java.lang.String s)
           
 
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

ThreadStackException


public ThreadStackException()

ThreadStackException


public ThreadStackException(java.lang.String s)


Comments, suggestions, and bug reports are welcomed and encouraged.
Please refer them to our support page. Thank you.

Copyright © 1999-2001 Produx House, Corp. All rights reserved.
Java is a trademark or registered trademark of Sun Microsystems, Inc.