net.sf.staccatocommons.lang.builder
Class ObjectUnderConstructionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalStateException
                  extended by net.sf.staccatocommons.lang.builder.ObjectUnderConstructionException
All Implemented Interfaces:
Serializable

public class ObjectUnderConstructionException
extends IllegalStateException

Exception that signals that an object built process has not finished yet

Author:
flbulgarelli
See Also:
Serialized Form

Constructor Summary
ObjectUnderConstructionException(String message)
          Creates a new ObjectUnderConstructionException with the given message
 
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

ObjectUnderConstructionException

public ObjectUnderConstructionException(String message)
Creates a new ObjectUnderConstructionException with the given message

Parameters:
message -


Copyright © 2010-2012 Staccatocommons. All Rights Reserved.