org.systinet.wasp.admin
Class PackageException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.idoox.util.WrappedException
              extended byorg.systinet.wasp.admin.PackageException
All Implemented Interfaces:
java.io.Serializable

public class PackageException
extends WrappedException

Package exception is thrown when an error occurs during deploying.

Since:
4.0
See Also:
WrappedException, Serialized Form
Component:
Core

Constructor Summary
PackageException()
          Creates a new PackageException instance.
PackageException(java.lang.String message)
          Creates a new PackageException instance.
PackageException(java.lang.String message, java.lang.Throwable reason)
          Creates a new PackageException instance.
PackageException(java.lang.Throwable reason)
          Creates a new PackageException instance.
 
Methods inherited from class org.idoox.util.WrappedException
getCause, getException, getLocalizedMessage, getRootException, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PackageException

public PackageException()
Creates a new PackageException instance.


PackageException

public PackageException(java.lang.String message)
Creates a new PackageException instance.

Parameters:
message - the message

PackageException

public PackageException(java.lang.Throwable reason)
Creates a new PackageException instance.

Parameters:
reason - the embedded exception

PackageException

public PackageException(java.lang.String message,
                        java.lang.Throwable reason)
Creates a new PackageException instance.

Parameters:
message - the message
reason - the embedded exception