net.officefloor.demo.store
Class MacroRetrieveException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.officefloor.demo.store.MacroRetrieveException
All Implemented Interfaces:
java.io.Serializable

public class MacroRetrieveException
extends java.lang.Exception

Indicates a failure in retrieving the Macro from the MacroStore.

Author:
Daniel Sagenschneider
See Also:
Serialized Form

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

MacroRetrieveException

public MacroRetrieveException(java.lang.String message)
Initiate.

Parameters:
message - Reason.

MacroRetrieveException

public MacroRetrieveException(java.lang.String message,
                              java.lang.Throwable cause)
Initiate.

Parameters:
message - Reason.
cause - Cause.


Copyright © 2005-2012. All Rights Reserved.