org.pentaho.commons.util.repository.exception
Class InvalidArgumentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.pentaho.commons.util.repository.exception.CmisFault
              extended by org.pentaho.commons.util.repository.exception.InvalidArgumentException
All Implemented Interfaces:
Serializable

public class InvalidArgumentException
extends CmisFault

See Also:
Serialized Form

Constructor Summary
InvalidArgumentException()
           
 
Method Summary
 
Methods inherited from class org.pentaho.commons.util.repository.exception.CmisFault
getErrorCode, getErrorMessage, setErrorCode, setErrorMessage
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidArgumentException

public InvalidArgumentException()