org.apache.stratos.cartridge.agent.exception
Class CartridgeAgentException

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

public class CartridgeAgentException
extends Exception

CartridgeAgentException

See Also:
Serialized Form

Constructor Summary
CartridgeAgentException()
           
CartridgeAgentException(String s)
           
CartridgeAgentException(String s, Throwable throwable)
           
CartridgeAgentException(Throwable throwable)
           
 
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

CartridgeAgentException

public CartridgeAgentException()

CartridgeAgentException

public CartridgeAgentException(String s)

CartridgeAgentException

public CartridgeAgentException(String s,
                               Throwable throwable)

CartridgeAgentException

public CartridgeAgentException(Throwable throwable)


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.