|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.xcmis.spi.CmisRuntimeException
org.xcmis.spi.InvalidArgumentException
public class InvalidArgumentException
Should thrown by CMIS service it got not valid argument.
| Constructor Summary | |
|---|---|
InvalidArgumentException()
Construct instance InvalidArgumentException without message. |
|
InvalidArgumentException(String message)
Construct instance InvalidArgumentException with message. |
|
InvalidArgumentException(String message,
Throwable cause)
Construct instance InvalidArgumentException with message and cause exception. |
|
InvalidArgumentException(Throwable cause)
Construct instance InvalidArgumentException with cause exception. |
|
| 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 InvalidArgumentException()
public InvalidArgumentException(String message)
message - the detail message about exceptionThrowable.getMessage()
public InvalidArgumentException(String message,
Throwable cause)
message - the detail message about exceptioncause - the cause exceptionThrowable.getCause(),
Throwable.getMessage()public InvalidArgumentException(Throwable cause)
cause - the cause exceptionThrowable.getCause()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||