SerializedException SerializedException::getCause() {
	return SerializedException(exceptionProto.cause());
}
SerializedException ContainerExceptionMap::getSerializedException() {
	return SerializedException(ceProto.exception());
}