Package com._1c.g5.v8.dt.team.settings
Class DevelopmentProcessSettingsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com._1c.g5.v8.dt.team.TeamException
com._1c.g5.v8.dt.team.settings.DevelopmentProcessSettingsException
- All Implemented Interfaces:
Serializable
Signals that development process settings manager usage failed with some reason.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new exception with the specified detail message.DevelopmentProcessSettingsException
(String message, Throwable cause) Constructs a new exception with the specified detail message and cause.Constructs a new exception with the specified cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DevelopmentProcessSettingsException
Constructs a new exception with the specified detail message.- Parameters:
message
- the detail message, cannot benull
-
DevelopmentProcessSettingsException
Constructs a new exception with the specified cause.- Parameters:
cause
- the cause, cannot benull
-
DevelopmentProcessSettingsException
Constructs a new exception with the specified detail message and cause.- Parameters:
message
- the detail message, cannot benull
cause
- the cause, cannot benull
-