com.xebialabs.deployit
Class ResolutionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.xebialabs.deployit.ResolutionException
All Implemented Interfaces:
java.io.Serializable

public class ResolutionException
extends java.lang.RuntimeException

Thrown when an error occurs when a changeplan is being resolved by a RunBook.

See Also:
Serialized Form

Constructor Summary
ResolutionException(java.lang.String message)
          Constructs a new ResolutionException exception with the specified detail message and no nested exception.
ResolutionException(java.lang.String message, java.lang.Throwable cause)
          Constructs a new ResolutionException exception with the specified detail message and the specified nested exception.
 
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

ResolutionException

public ResolutionException(java.lang.String message)
Constructs a new ResolutionException exception with the specified detail message and no nested exception.

Parameters:
message - the detail message.

ResolutionException

public ResolutionException(java.lang.String message,
                           java.lang.Throwable cause)
Constructs a new ResolutionException exception with the specified detail message and the specified nested exception.

Parameters:
message - the detail message.
cause - the nested exception.


Copyright © 2010. All Rights Reserved.