org.powertac.common.exceptions
Class ShoutCreationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.powertac.common.exceptions.PowerTacException
              extended by org.powertac.common.exceptions.ShoutCreationException
All Implemented Interfaces:
Serializable

public class ShoutCreationException
extends PowerTacException

Thrown if the creation of a new shout fails

Version:
1.0, Date: 10.01.11
Author:
Carsten Block
See Also:
Serialized Form

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

ShoutCreationException

public ShoutCreationException()

ShoutCreationException

public ShoutCreationException(String s)

ShoutCreationException

public ShoutCreationException(String s,
                              Throwable throwable)

ShoutCreationException

public ShoutCreationException(Throwable throwable)


Copyright © 2011. All Rights Reserved.