public class BelatedCreationException
extends java.lang.IllegalStateException
com.amazon.carbonado.util.BelatedCreator;,
Serialized Form| Constructor and Description |
|---|
BelatedCreationException(java.lang.String message)
Create a new exception with the given message.
|
BelatedCreationException(java.lang.String message,
java.lang.Throwable cause)
Create a new exception with the given message and cause.
|
public BelatedCreationException(java.lang.String message)
message - The exception message.public BelatedCreationException(java.lang.String message,
java.lang.Throwable cause)
message - The exception message.cause - The cause of the exception.Copyright © 2006-2013 Amazon Technologies, Inc.. All Rights Reserved.