org.pentaho.commons.util.repository.exception
Class CmisFault
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
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
 
 
 
| Methods inherited from class java.lang.Throwable | 
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
CmisFault
public CmisFault()
getErrorCode
public int getErrorCode()
 
setErrorCode
public void setErrorCode(int errorCode)
 
getErrorMessage
public String getErrorMessage()
 
setErrorMessage
public void setErrorMessage(String errorMessage)