com.commsen.jwebthumb
Class WebThumbException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.commsen.jwebthumb.WebThumbException
All Implemented Interfaces:
java.io.Serializable

public class WebThumbException
extends java.lang.Exception

Custom exception that indicates that something went wrong during webthumb API calls.

Author:
Milen Dyankov
See Also:
Serialized Form

Constructor Summary
WebThumbException()
           
WebThumbException(java.lang.String message)
           
WebThumbException(java.lang.String message, java.lang.Throwable cause)
           
WebThumbException(java.lang.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

WebThumbException

public WebThumbException()

WebThumbException

public WebThumbException(java.lang.String message,
                         java.lang.Throwable cause)

WebThumbException

public WebThumbException(java.lang.String message)

WebThumbException

public WebThumbException(java.lang.Throwable cause)


Copyright © 2010 COMMSEN International. All Rights Reserved.