org.at4j.archive.builder
Class ArchiveEntryAddException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.at4j.support.lang.At4JException
                  extended by org.at4j.archive.builder.ArchiveEntryAddException
All Implemented Interfaces:
Serializable

public class ArchiveEntryAddException
extends At4JException

Since:
1.0
Author:
Karl Gustafsson
See Also:
Serialized Form

Constructor Summary
ArchiveEntryAddException(String msg)
           
ArchiveEntryAddException(String msg, Throwable t)
           
ArchiveEntryAddException(Throwable t)
           
 
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

ArchiveEntryAddException

public ArchiveEntryAddException(String msg)

ArchiveEntryAddException

public ArchiveEntryAddException(Throwable t)

ArchiveEntryAddException

public ArchiveEntryAddException(String msg,
                                Throwable t)