org.vafer.jdeb
Class PackagingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.vafer.jdeb.PackagingException
All Implemented Interfaces:
java.io.Serializable

public final class PackagingException
extends java.lang.Exception

Something went wrong while building the package

Author:
tcurdt
See Also:
Serialized Form

Constructor Summary
PackagingException()
           
PackagingException(java.lang.String message)
           
PackagingException(java.lang.String message, java.lang.Throwable cause)
           
PackagingException(java.lang.Throwable cause)
           
 
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

PackagingException

public PackagingException()

PackagingException

public PackagingException(java.lang.String message,
                          java.lang.Throwable cause)

PackagingException

public PackagingException(java.lang.String message)

PackagingException

public PackagingException(java.lang.Throwable cause)


Copyright © 2007. All Rights Reserved.