Table 5–3 lists the constructors in the UniformInterfaceException class. This class is a runtime exception that indicates an error in a UniformInterface method.
Table 5–3 Class com.sun.jerseyme.api.client.UniformInterfaceException
Method |
Description |
---|---|
public UniformInterfaceException(java.lang.Exception e) |
Constructor that takes an Exception argument. |
public UniformInterfaceException(java.lang.String message) |
Constructor that takes a String argument. |