net.officefloor.demo.store
Class MacroRetrieveException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.officefloor.demo.store.MacroRetrieveException
- All Implemented Interfaces:
- Serializable
public class MacroRetrieveException
- extends Exception
Indicates a failure in retrieving the Macro from the
MacroStore.
- Author:
- Daniel Sagenschneider
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MacroRetrieveException
public MacroRetrieveException(String message)
- Initiate.
- Parameters:
message - Reason.
MacroRetrieveException
public MacroRetrieveException(String message,
Throwable cause)
- Initiate.
- Parameters:
message - Reason.cause - Cause.
Copyright © 2005-2012. All Rights Reserved.