org.apache.stratos.cartridge.agent.data.publisher.exception
Class DataPublisherException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.stratos.cartridge.agent.data.publisher.exception.DataPublisherException
All Implemented Interfaces:
Serializable

public class DataPublisherException
extends Exception

See Also:
Serialized Form

Constructor Summary
DataPublisherException(String msg)
           
DataPublisherException(String msg, Exception ex)
           
 
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

DataPublisherException

public DataPublisherException(String msg)

DataPublisherException

public DataPublisherException(String msg,
                              Exception ex)


Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.