public class DuplicateLegException
extends java.lang.Exception
Leg
already exists with the supplied name in during importing, creating or forking process.Constructor and Description |
---|
DuplicateLegException() |
DuplicateLegException(java.lang.String message)
Create a
DuplicateLegException with a detail message. |
DuplicateLegException(java.lang.String message,
java.lang.Throwable cause)
Create a
DuplicateLegException with a detail message and cause. |
DuplicateLegException(java.lang.Throwable cause)
Create a
DuplicateLegException with a cause. |
public DuplicateLegException()
public DuplicateLegException(java.lang.String message)
DuplicateLegException
with a detail message.message
- the detail message.public DuplicateLegException(java.lang.Throwable cause)
DuplicateLegException
with a cause.cause
- the reason this exception was thrown.public DuplicateLegException(java.lang.String message, java.lang.Throwable cause)
DuplicateLegException
with a detail message and cause.message
- the detail message.cause
- the reason this exception was thrown.Copyright © OpenCloud. All Rights Reserved.