public class BuildOrderException
extends java.lang.Exception
| Constructor and Description |
|---|
BuildOrderException()
Creates a new instance of type BuildOrderException
|
BuildOrderException(java.lang.String message)
Creates a new instance of type BuildOrderException
|
BuildOrderException(java.lang.String message,
java.lang.Throwable cause)
Creates a new instance of type BuildOrderException
|
BuildOrderException(java.lang.Throwable cause)
Creates a new instance of type BuildOrderException
|
public BuildOrderException()
public BuildOrderException(java.lang.String message,
java.lang.Throwable cause)
message - the detail messagecause - the causepublic BuildOrderException(java.lang.String message)
message - the detail messagepublic BuildOrderException(java.lang.Throwable cause)
cause - the cause