public class InvalidArgumentException
extends java.lang.Exception
Title: FileCatalyst Direct Server API
Description: Invalid arguments were passed either by the API or via Command line. Self-explanitory I think.
Copyright: Copyright (c) 2009
Company: Unlimi-Tech Software Inc.
Constructor and Description |
---|
InvalidArgumentException()
Default Constructor
|
InvalidArgumentException(java.lang.String message)
Constructor when a message is known
|
InvalidArgumentException(java.lang.String message,
java.lang.Throwable cause)
Constructor when a message and a throwable is known
|
InvalidArgumentException(java.lang.Throwable cause)
Constructor when a message and a throwable is known
|
public InvalidArgumentException()
public InvalidArgumentException(java.lang.String message)
message
- Message to capture in exceptionpublic InvalidArgumentException(java.lang.String message, java.lang.Throwable cause)
message
- Message to capture in exceptioncause
- Throwable to capture in exceptionpublic InvalidArgumentException(java.lang.Throwable cause)
cause
- Throwable to capture in exceptionCopyright © 2015 Unlimi-Tech Sofware Inc. All Rights Reserved.