com.acsinet_solutions.util.build
Class BuildException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.acsinet_solutions.util.build.BuildException
All Implemented Interfaces:
java.io.Serializable

public class BuildException
extends java.lang.Exception

Indicates an error during a building process.

Author:
Santiago Arriaga
See Also:
Serialized Form

Constructor Summary
BuildException(java.lang.String message)
          Public constructor
BuildException(java.lang.String message, java.lang.Exception previous)
          Public constructor
 
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

BuildException

public BuildException(java.lang.String message)
Public constructor

Parameters:
message - A not-null String instance

BuildException

public BuildException(java.lang.String message,
                      java.lang.Exception previous)
Public constructor

Parameters:
message - A not-null String instance
previous - The maybe-null previous exception