com.hunnysoft.jmime
Class DecodeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.hunnysoft.jmime.DecodeException
All Implemented Interfaces:
java.io.Serializable

public class DecodeException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
DecodeException()
           
DecodeException(int errorCode, java.lang.String message)
           
 
Method Summary
 int errorCode()
           
 
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

DecodeException

public DecodeException()

DecodeException

public DecodeException(int errorCode,
                       java.lang.String message)
Method Detail

errorCode

public int errorCode()