Class ExportScope.IllegalExportScopeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.atlassian.confluence.importexport.impl.ExportScope.IllegalExportScopeException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ExportScope
public static class ExportScope.IllegalExportScopeException extends Exception
Indicates an invalid export scope.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IllegalExportScopeException()
IllegalExportScopeException(String providedString)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
IllegalExportScopeException
public IllegalExportScopeException(String providedString)
-
IllegalExportScopeException
public IllegalExportScopeException()
-
-