org.piwik
Class PiwikException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.piwik.PiwikException
All Implemented Interfaces:
Serializable

public class PiwikException
extends Exception

Author:
Martin Fochler
See Also:
Serialized Form

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

PiwikException

public PiwikException(String message)

PiwikException

public PiwikException(String message,
                      Throwable e)


Copyright © 2013. All Rights Reserved.