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

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.pentaho.commons.util.repository.exception.CmisFault
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ConstraintViolationException, FilterNotValidException, FolderNotValidException, InvalidArgumentException, ObjectNotFoundException, OperationNotSupportedException, PermissionDeniedException, RuntimeException, StorageException, StreamNotSupportedException, TypeNotFoundException, UpdateConflictException

public abstract class CmisFault
extends Exception

See Also:
Serialized Form

Constructor Summary
CmisFault()
           
 
Method Summary
 int getErrorCode()
           
 String getErrorMessage()
           
 void setErrorCode(int errorCode)
           
 void setErrorMessage(String errorMessage)
           
 
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

CmisFault

public CmisFault()
Method Detail

getErrorCode

public int getErrorCode()

setErrorCode

public void setErrorCode(int errorCode)

getErrorMessage

public String getErrorMessage()

setErrorMessage

public void setErrorMessage(String errorMessage)