|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.evolveum.midpoint.exception.IllegalRequestException
public class IllegalRequestException
Illegal Request Exception. This is a reusable exception type that indicates that the request was ill-formed. It may have illegal format, may miss required attribute or it is violating interface contract in some other way. The reaction to this exception should be IllegalArgumentFaultType in WSDL interface. This is different from IllegalArgumentException in that this is a checked exception. IllegalArgumentException indicates the programmer's error in the java code. This exception does not indicate programmer's erorro, or at least not a programmer error on "our" side. This exception indicates that we have been called with wrong parameters (and we have somehow expected that).
Constructor Summary | |
---|---|
IllegalRequestException()
Creates a new instance of IllegalRequestException without detail message. |
|
IllegalRequestException(java.lang.String msg)
Constructs an instance of IllegalRequestException with the specified detail message. |
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 |
---|
public IllegalRequestException()
IllegalRequestException
without detail message.
public IllegalRequestException(java.lang.String msg)
IllegalRequestException
with the specified detail message.
msg
- the detail message.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |