pasn.error
Class EndOfContentFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by pasn.error.ASN1Exception
              extended by pasn.error.EndOfContentFoundException
All Implemented Interfaces:
java.io.Serializable

public final class EndOfContentFoundException
extends ASN1Exception

Author:
ncottin
See Also:
Serialized Form

Constructor Summary
EndOfContentFoundException()
           
EndOfContentFoundException(java.lang.String msg)
           
EndOfContentFoundException(java.lang.String msg, java.lang.Throwable err)
           
EndOfContentFoundException(java.lang.Throwable err)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EndOfContentFoundException

public EndOfContentFoundException()

EndOfContentFoundException

public EndOfContentFoundException(java.lang.String msg)
Parameters:
msg -

EndOfContentFoundException

public EndOfContentFoundException(java.lang.Throwable err)
Parameters:
err -

EndOfContentFoundException

public EndOfContentFoundException(java.lang.String msg,
                                  java.lang.Throwable err)
Parameters:
msg -
err -