org.xcmis.spi
Class InvalidArgumentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.xcmis.spi.CmisRuntimeException
                  extended by org.xcmis.spi.InvalidArgumentException
All Implemented Interfaces:
Serializable

public class InvalidArgumentException
extends CmisRuntimeException

Should thrown by CMIS service it got not valid argument.

Version:
$Id: InvalidArgumentException.java 232 2010-02-18 10:27:51Z andrew00x $
Author:
Andrey Parfonov
See Also:
Serialized Form

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

InvalidArgumentException

public InvalidArgumentException()
Construct instance InvalidArgumentException without message.


InvalidArgumentException

public InvalidArgumentException(String message)
Construct instance InvalidArgumentException with message.

Parameters:
message - the detail message about exception
See Also:
Throwable.getMessage()

InvalidArgumentException

public InvalidArgumentException(String message,
                                Throwable cause)
Construct instance InvalidArgumentException with message and cause exception.

Parameters:
message - the detail message about exception
cause - the cause exception
See Also:
Throwable.getCause(), Throwable.getMessage()

InvalidArgumentException

public InvalidArgumentException(Throwable cause)
Construct instance InvalidArgumentException with cause exception.

Parameters:
cause - the cause exception
See Also:
Throwable.getCause()


Copyright © 2011 eXo Platform SAS. All Rights Reserved.