Fuego Process API

fuego.papi.exception
Class AttachmentEditionNotPossibleException


java.lang.Object

  extended byjava.lang.Throwable

      extended byjava.lang.Exception

          extended byfuego.lang.DefaultException

              extended byfuego.papi.OperationException

                  extended byfuego.papi.AttachmentOperationException

                      extended byfuego.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.
 
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, hasTechnicalDetail
 
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.

Fuego Process API

© Copyright 1996/2003 Fuego Inc. All Rights Reserved