org.codehaus.enunciate.modules.amf
Class AMFMappingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalStateException
                  extended by org.codehaus.enunciate.modules.amf.AMFMappingException
All Implemented Interfaces:
java.io.Serializable

public class AMFMappingException
extends java.lang.IllegalStateException

Author:
Ryan Heaton
See Also:
Serialized Form

Constructor Summary
AMFMappingException(java.lang.String s)
           
AMFMappingException(java.lang.String message, java.lang.Throwable cause)
           
AMFMappingException(java.lang.Throwable cause)
           
 
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

AMFMappingException

public AMFMappingException(java.lang.String s)

AMFMappingException

public AMFMappingException(java.lang.String message,
                           java.lang.Throwable cause)

AMFMappingException

public AMFMappingException(java.lang.Throwable cause)