org.jboss.soa.esb.message.urigen
Class URIGenerationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jboss.soa.esb.message.urigen.URIGenerationException
All Implemented Interfaces:
java.io.Serializable

public class URIGenerationException
extends java.lang.Exception

Exception thrown when a URI can not be generated for a message.

Author:
Derek Adams
See Also:
Serialized Form

Constructor Summary
URIGenerationException()
           
URIGenerationException(java.lang.String arg0)
           
URIGenerationException(java.lang.String arg0, java.lang.Throwable arg1)
           
URIGenerationException(java.lang.Throwable arg0)
           
 
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

URIGenerationException

public URIGenerationException()

URIGenerationException

public URIGenerationException(java.lang.String arg0,
                              java.lang.Throwable arg1)

URIGenerationException

public URIGenerationException(java.lang.String arg0)

URIGenerationException

public URIGenerationException(java.lang.Throwable arg0)