Class TeamConfigException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- zowe.client.sdk.teamconfig.exception.TeamConfigException
-
- All Implemented Interfaces:
Serializable
public class TeamConfigException extends Exception
Custom exception to represent Zowe team configuration error state- Version:
- 5.0
- Author:
- Frank Giordano
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TeamConfigException(String message)
TeamConfigException constructor for message valueTeamConfigException(String message, Throwable err)
TeamConfigException constructor for message and throwable values
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
TeamConfigException
public TeamConfigException(String message)
TeamConfigException constructor for message value- Parameters:
message
- error message
-
-