org.sakaiproject.mailsender
Class AttachmentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.sakaiproject.mailsender.AttachmentException
All Implemented Interfaces:
Serializable

public class AttachmentException
extends Exception

See Also:
Serialized Form

Constructor Summary
AttachmentException()
           
AttachmentException(String message)
           
AttachmentException(String message, Throwable cause)
           
AttachmentException(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

AttachmentException

public AttachmentException()

AttachmentException

public AttachmentException(String message)

AttachmentException

public AttachmentException(Throwable cause)

AttachmentException

public AttachmentException(String message,
                           Throwable cause)


Copyright © 2007-2013 Sakai Project. All Rights Reserved.