jca
Class BadTypeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jca.CaException
                    |
                    +--jca.BadTypeException

public class BadTypeException
extends CaException

See Also:
Serialized Form

Constructor Summary
BadTypeException()
           
BadTypeException(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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BadTypeException

public BadTypeException()

BadTypeException

public BadTypeException(java.lang.String s)