org.mitre.jsip
Class BadHeaderException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.mitre.jsip.BadHeaderException
All Implemented Interfaces:
java.io.Serializable

public class BadHeaderException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
BadHeaderException()
           
BadHeaderException(java.lang.String e)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BadHeaderException

public BadHeaderException()

BadHeaderException

public BadHeaderException(java.lang.String e)