org.locomotive.loco.store.id
Class IdException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.locomotive.loco.store.id.IdException

public class IdException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
IdException()
           
IdException(java.lang.String msg)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IdException

public IdException()

IdException

public IdException(java.lang.String msg)