Class MetasearchException
- java.lang.Object
-
- java.lang.Throwable
-
- org.osid.OsidException
-
- org.osid.shared.SharedException
-
- org.osid.repository.RepositoryException
-
- edu.indiana.lib.osid.base.repository.http.MetasearchException
-
- All Implemented Interfaces:
Serializable
public class MetasearchException extends org.osid.repository.RepositoryException- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringASSET_NOT_FETCHEDstatic StringMETASEARCH_ERRORstatic StringSESSION_TIMED_OUT-
Fields inherited from class org.osid.repository.RepositoryException
ALREADY_INHERITING_STRUCTURE, CANNOT_COPY_OR_INHERIT_SELF, EFFECTIVE_PRECEDE_EXPIRATION, NO_OBJECT_WITH_THIS_DATE, UNKNOWN_REPOSITORY
-
Fields inherited from class org.osid.shared.SharedException
ALREADY_ADDED, CIRCULAR_OPERATION, NO_MORE_ITERATOR_ELEMENTS, UNKNOWN_ID, UNKNOWN_KEY, UNKNOWN_TYPE
-
Fields inherited from class org.osid.OsidException
ALREADY_MARKED, CONFIGURATION_ERROR, ERROR_ASSIGNING_CONFIGURATION, ERROR_ASSIGNING_CONTEXT, INTERFACE_NOT_FOUND, MANAGER_INSTANTIATION_ERROR, MANAGER_NOT_FOUND, MANAGER_NOT_OSID_IMPLEMENTATION, NOTHING_MARKED, NULL_ARGUMENT, OPERATION_FAILED, PERMISSION_DENIED, UNIMPLEMENTED, VERSION_ERROR
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedMetasearchException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
SESSION_TIMED_OUT
public static final String SESSION_TIMED_OUT
- See Also:
- Constant Field Values
-
METASEARCH_ERROR
public static final String METASEARCH_ERROR
- See Also:
- Constant Field Values
-
ASSET_NOT_FETCHED
public static final String ASSET_NOT_FETCHED
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
MetasearchException
protected MetasearchException(String message)
-
-