Jive Forums API (5.5.20.2-oracle) Developer Javadocs

com.jivesoftware.forum
Class AvatarException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.jivesoftware.base.JiveException
              extended by com.jivesoftware.forum.AvatarException
All Implemented Interfaces:
java.io.Serializable

public class AvatarException
extends JiveException

Thrown if there are problems with creation of Avatars

See Also:
Serialized Form

Field Summary
static int DEFAULT
           
static int FILE_NOT_ACCEPTED
           
 
Constructor Summary
AvatarException()
           
AvatarException(AttachmentException ae)
           
AvatarException(java.lang.String s)
           
AvatarException(java.lang.String s, java.lang.Throwable throwable)
           
AvatarException(java.lang.Throwable throwable)
           
 
Method Summary
 int getType()
           
 
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
 

Field Detail

DEFAULT

public static final int DEFAULT
See Also:
Constant Field Values

FILE_NOT_ACCEPTED

public static final int FILE_NOT_ACCEPTED
See Also:
Constant Field Values
Constructor Detail

AvatarException

public AvatarException()

AvatarException

public AvatarException(java.lang.String s)

AvatarException

public AvatarException(java.lang.String s,
                       java.lang.Throwable throwable)

AvatarException

public AvatarException(java.lang.Throwable throwable)

AvatarException

public AvatarException(AttachmentException ae)
Method Detail

getType

public int getType()

Jive Forums Project Page

Copyright © 1999-2006 Jive Software.