Class AFIAlreadyPutException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.opencloud.slee.resources.in.datatypes.map.nsap.AFIAlreadyPutException
-
- All Implemented Interfaces:
Serializable
public class AFIAlreadyPutException extends Exception
Exception AFIAlreadyPutException is thrown if an attempt is made to put properties for an AFI for which properties have already been put.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AFIAlreadyPutException(String message)
Constructs an AFIAlreadyPutException with the given message.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
AFIAlreadyPutException
public AFIAlreadyPutException(String message)
Constructs an AFIAlreadyPutException with the given message.- Parameters:
message
- String
-
-