org.ow2.jonas.deployment.domain
Class DomainMapException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ow2.jonas.deployment.common.DeploymentDescException
              extended by org.ow2.jonas.deployment.domain.DomainMapException
All Implemented Interfaces:
Serializable

public class DomainMapException
extends DeploymentDescException

The class EarDeploymentDescException indicates conditions that a reasonable application might want to catch.

Author:
Florent Benoit, Ludovic Bert
See Also:
Serialized Form

Constructor Summary
DomainMapException()
          Constructs a new DomainMapException with no detail message.
DomainMapException(String message)
          Constructs a new DomainMapException with the specified message.
DomainMapException(String message, Throwable cause)
          Constructs a new DomainMapException with the specified error cause.
DomainMapException(Throwable cause)
          Constructs a new DomainMapException with the specified error cause.
 
Method Summary
 
Methods inherited from class org.ow2.jonas.deployment.common.DeploymentDescException
getCause, getMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DomainMapException

public DomainMapException()
Constructs a new DomainMapException with no detail message.


DomainMapException

public DomainMapException(String message)
Constructs a new DomainMapException with the specified message.

Parameters:
message - the detail message.

DomainMapException

public DomainMapException(Throwable cause)
Constructs a new DomainMapException with the specified error cause.

Parameters:
cause - the cause of the error.

DomainMapException

public DomainMapException(String message,
                          Throwable cause)
Constructs a new DomainMapException with the specified error cause.

Parameters:
message - the detail message.
cause - the cause of the error.


Copyright © 2010 OW2 Consortium. All Rights Reserved.