@WebFault(name="IllegalArgumentFault", targetNamespace="http://rice.kuali.org/core/v2_0") public class RiceIllegalArgumentException extends IllegalArgumentException
Note that even though this is a RuntimeException
, in places where it is used it needs to be explicitly
declared in the throws
declaration of the method. This ensures that the JAX-WS annotation properly
marshals and unmarshals the exception to and from the appropriate SOAP fault.
Constructor and Description |
---|
RiceIllegalArgumentException() |
RiceIllegalArgumentException(String s) |
RiceIllegalArgumentException(String s,
Throwable throwable) |
RiceIllegalArgumentException(Throwable throwable) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public RiceIllegalArgumentException()
public RiceIllegalArgumentException(String s)
public RiceIllegalArgumentException(String s, Throwable throwable)
public RiceIllegalArgumentException(Throwable throwable)
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.