javax.ws.rs.core
Class UriBuilderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javax.ws.rs.core.UriBuilderException
All Implemented Interfaces:
Serializable

public class UriBuilderException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
UriBuilderException()
           
UriBuilderException(String msg)
           
UriBuilderException(String msg, Throwable cause)
           
UriBuilderException(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()

UriBuilderException

public UriBuilderException(String msg)

UriBuilderException

public UriBuilderException(String msg,
                           Throwable cause)

UriBuilderException

public UriBuilderException(Throwable cause)


Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.