org.springframework.social.support
Class URIBuilderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.springframework.social.support.URIBuilderException
All Implemented Interfaces:
java.io.Serializable

public class URIBuilderException
extends java.lang.RuntimeException

Exception thrown when URIBuilder can't build the specified URI. For the underlying reason, call getCause().

See Also:
Serialized Form

Constructor Summary
URIBuilderException(java.lang.String message)
           
URIBuilderException(java.lang.String message, 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

URIBuilderException

public URIBuilderException(java.lang.String message)

URIBuilderException

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