Package com.iizix.app
Class BuildException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- com.iizix.app.BuildException
-
- All Implemented Interfaces:
java.io.Serializable
public class BuildException extends java.io.IOException
Build exception that should not display stack trace.- Author:
- Christopher Mindus
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BuildException(java.lang.String msg)
Constructor with message.
-