Milyn-Smooks Version 0.4

org.milyn.cdr.cdrar
Class CDRArchiveEntryNotFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.milyn.cdr.cdrar.CDRArchiveEntryNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class CDRArchiveEntryNotFoundException
extends java.lang.Exception

Thrown when an request is made to load an unknown CDRArchiveEntry.

An unknown CDRArchiveEntry is defined as an entry which was not loaded from any of the loaded cdrar files.

Author:
tfennelly
See Also:
Serialized Form

Constructor Summary
CDRArchiveEntryNotFoundException(java.lang.String message)
          Public constructor.
 
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

CDRArchiveEntryNotFoundException

public CDRArchiveEntryNotFoundException(java.lang.String message)
Public constructor.

Parameters:
message - The exception message.

Milyn-Smooks Version 0.4