Milyn-Smooks Version 0.4

org.milyn.cdr.cdrar
Class InvalidCDRArchiveException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byjava.util.zip.ZipException
                  extended byjava.util.jar.JarException
                      extended byorg.milyn.cdr.cdrar.InvalidCDRArchiveException
All Implemented Interfaces:
java.io.Serializable

public class InvalidCDRArchiveException
extends java.util.jar.JarException

Invalid Content Delivery Resource Archive exception.

Author:
tfennelly
See Also:
Serialized Form

Constructor Summary
InvalidCDRArchiveException(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

InvalidCDRArchiveException

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

Parameters:
message - Exception message.

Milyn-Smooks Version 0.4