hudson.plugins.jabber.im
Class IMException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by hudson.plugins.jabber.im.IMException
All Implemented Interfaces:
java.io.Serializable

public class IMException
extends java.io.IOException

Represents any kind of protocol-level error that may occur.

Author:
Uwe Schaefer
See Also:
Serialized Form

Constructor Summary
IMException(java.lang.Exception e)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IMException

public IMException(java.lang.Exception e)


Copyright © 2009. All Rights Reserved.