com.dalsemi.system
Class CommitException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.dalsemi.system.CommitException

public class CommitException
extends Exception

Exceptions thrown by classes that commit data to flash memory. A CommitException will be thrown if data has previously been committed to flash memory.

See Also:
Serialized Form

Constructor Summary
CommitException()
          Constructs a CommitException with no detail message.
CommitException(String error)
          Constructs a CommitException with the specified detail message.
 
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

CommitException

public CommitException()
Constructs a CommitException with no detail message.

CommitException

public CommitException(String error)
Constructs a CommitException with the specified detail message.
Parameters:
error - the detail message