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
public class DevelopmentProcessSettingsException extends TeamException
Signals that development process settings manager usage failed with some reason.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DevelopmentProcessSettingsException(String message)
Constructs a new exception with the specified detail message.DevelopmentProcessSettingsException(String message, Throwable cause)
Constructs a new exception with the specified detail message and cause.DevelopmentProcessSettingsException(Throwable 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 Detail
-
DevelopmentProcessSettingsException
public DevelopmentProcessSettingsException(String message)
Constructs a new exception with the specified detail message.- Parameters:
message
- the detail message, cannot benull
-
DevelopmentProcessSettingsException
public DevelopmentProcessSettingsException(Throwable cause)
Constructs a new exception with the specified cause.- Parameters:
cause
- the cause, cannot benull
-
-