ALBPM Process API

fuego.papi.exception
Class AttachmentEditionNotPossibleException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by fuego.lang.DefaultException
              extended by fuego.papi.OperationException
                  extended by fuego.papi.AttachmentOperationException
                      extended by fuego.papi.exception.AttachmentEditionNotPossibleException
All Implemented Interfaces:
Serializable

public class AttachmentEditionNotPossibleException
extends AttachmentOperationException

A AttachmentEditionNotPossibleException is thrown as a result of an attempt to edit an attachment that has been locked or it is not the last version.

See Also:
Serialized Form

Constructor Summary
AttachmentEditionNotPossibleException(String attachmentId)
          Creates a new AttachmentEditionNotPossibleException with the given attachment.
 
Method Summary
 
Methods inherited from class fuego.papi.AttachmentOperationException
getAttachementId, getDetail, getTechnicalDetail
 
Methods inherited from class fuego.papi.OperationException
wrap
 
Methods inherited from class fuego.lang.DefaultException
getCode, getKey, getMessage, getMessage, getStackTrace, getStackTraceString, getUserMessage, hasDetail
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AttachmentEditionNotPossibleException

public AttachmentEditionNotPossibleException(String attachmentId)
Creates a new AttachmentEditionNotPossibleException with the given attachment.

Parameters:
attachmentId - Attachment identification.

ALBPM Process API

© Copyright 1996/2005 Fuego Inc. All Rights Reserved