com.atlassian.confluence.pages
Class AttachmentDataNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atlassian.confluence.pages.AttachmentDataNotFoundException
All Implemented Interfaces:
Serializable

public class AttachmentDataNotFoundException
extends Exception

This exception can be used when no Attachment data was found, but was expected.

See Also:
Serialized Form

Constructor Summary
AttachmentDataNotFoundException(String message)
           
AttachmentDataNotFoundException(String message, Throwable cause)
           
 
Method Summary
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AttachmentDataNotFoundException

public AttachmentDataNotFoundException(String message)

AttachmentDataNotFoundException

public AttachmentDataNotFoundException(String message,
                                       Throwable cause)


Copyright © 2003-2010 Atlassian. All Rights Reserved.